GovTribe

NIGP category MCP response

MCP tool response payload returned when agents retrieve GovTribe nigp 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": "958",
  "govtribe_id": "NIGP_CATEGORY_ID",
  "govtribe_type": "nigp_category",
  "govtribe_url": "https://govtribe.com/category/nigp/NIGP_CATEGORY_ID",
  "name": "Management And Operation 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-11-28T16:31:59Z"
}