GovTribe

UNSPSC category MCP response

MCP tool response payload returned when agents retrieve GovTribe unspsc 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
state_local_contract_opportunitiesrelationship object arrayState and local contract opportunity attribute

Relationship Returns

FieldReturns
state_local_contract_opportunitiesState and local contract opportunity MCP response array

Example

{
  "code": "81110000",
  "govtribe_id": "UNSPSC_CATEGORY_ID",
  "govtribe_type": "unspsc_category",
  "govtribe_url": "https://govtribe.com/category/unspsc/UNSPSC_CATEGORY_ID",
  "name": "Computer services",
  "state_local_contract_opportunities": [
    {
      "govtribe_id": "STATE_LOCAL_CONTRACT_OPPORTUNITY_ID",
      "govtribe_type": "state_local_contract_opportunity",
      "govtribe_url": "https://govtribe.com/opportunity/state-local-contract-opportunity/STATE_LOCAL_CONTRACT_OPPORTUNITY_ID",
      "name": "State and local contract opportunity"
    }
  ],
  "updated_at": "2023-10-30T17:07:31Z"
}