GovTribe

NAICS category MCP response

MCP tool response payload returned when agents retrieve GovTribe naics category records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
codestringCode attribute
updated_atstringUpdated at attribute
federal_contract_awardsrelationship object arrayFederal contract awards attribute
federal_contract_opportunitiesrelationship object arrayFederal contract opportunity attribute

Relationship Returns

FieldReturns
federal_contract_awardsFederal contract award MCP response array
federal_contract_opportunitiesFederal contract opportunity MCP response array

Example

{
  "code": "611512",
  "federal_contract_awards": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_AWARD_ID",
      "govtribe_type": "federal_contract_award",
      "govtribe_url": "https://govtribe.com/award/federal-contract-award/FEDERAL_CONTRACT_AWARD_ID",
      "name": "Federal contract award"
    }
  ],
  "federal_contract_opportunities": {
    "govtribe_id": "FEDERAL_CONTRACT_OPPORTUNITY_ID",
    "govtribe_type": "federal_contract_opportunity",
    "govtribe_url": "https://govtribe.com/opportunity/federal-contract-opportunity/FEDERAL_CONTRACT_OPPORTUNITY_ID",
    "name": "Federal contract opportunity"
  },
  "govtribe_id": "NAICS_CATEGORY_ID",
  "govtribe_type": "naics_category",
  "govtribe_url": "https://govtribe.com/category/naics/NAICS_CATEGORY_ID",
  "name": "Administrative Management and General Management Consulting Services",
  "updated_at": "2018-09-12T19:58:40Z"
}