GovTribe

State and local contract vehicle MCP response

MCP tool response payload returned when agents retrieve GovTribe state and local contract vehicle records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
source_urlstringSource URL attribute
namestringName attribute
descriptionstringDescription attribute
contracting_organizationstringContracting organization attribute
award_datestringAward date attribute
potential_completion_datestringUltimate completion date attribute
contract_typestringContract type attribute
staterelationship objectState attribute
unspsc_categoriesrelationship object arrayUNSPSC category attribute
nigp_categoriesrelationship object arrayNIGP category attribute
government_filesrelationship object arrayGovernment files attribute
state_local_contract_idvsrelationship object arrayState and local contract IDV attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
stateState MCP response
unspsc_categoriesUNSPSC category MCP response array
nigp_categoriesNIGP category MCP response array
government_filesGovernment file MCP response array
state_local_contract_idvsState and local contract IDV MCP response array
points_of_contactContact MCP response array

Example

{
  "award_date": "2026-05-01T05:00:00Z",
  "contract_type": "Firm Fixed Price",
  "contracting_organization": "Example Procurement Office",
  "description": "Representative description text.",
  "government_files": [
    {
      "govtribe_id": "GOVERNMENT_FILE_ID",
      "govtribe_type": "government_file",
      "govtribe_url": "https://govtribe.com/file/government-file/GOVERNMENT_FILE_ID",
      "name": "Government file"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "STATE_LOCAL_CONTRACT_VEHICLE_ID",
  "govtribe_type": "state_local_contract_vehicle",
  "govtribe_url": "https://govtribe.com/award/state-local-contract-vehicle/STATE_LOCAL_CONTRACT_VEHICLE_ID",
  "name": "801-A1",
  "nigp_categories": [
    {
      "govtribe_id": "NIGP_CATEGORY_ID",
      "govtribe_type": "nigp_category",
      "govtribe_url": "https://govtribe.com/category/nigp/NIGP_CATEGORY_ID",
      "name": "Professional Services"
    }
  ],
  "points_of_contact": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contact Name",
      "email": "contact@example.gov"
    }
  ],
  "potential_completion_date": "2028-09-30T00:00:00Z",
  "state": {
    "govtribe_id": "STATE_ID",
    "govtribe_type": "state",
    "govtribe_url": "https://govtribe.com/state/STATE_ID",
    "name": "Texas"
  },
  "state_local_contract_idvs": [
    {
      "govtribe_id": "STATE_LOCAL_CONTRACT_IDV_ID",
      "govtribe_type": "state_local_contract_idv",
      "govtribe_url": "https://govtribe.com/award/state-local-contract-idv/STATE_LOCAL_CONTRACT_IDV_ID",
      "name": "State and local contract IDV"
    }
  ],
  "unspsc_categories": [
    {
      "govtribe_id": "UNSPSC_CATEGORY_ID",
      "govtribe_type": "unspsc_category",
      "govtribe_url": "https://govtribe.com/category/unspsc/UNSPSC_CATEGORY_ID",
      "name": "Information Technology Services"
    }
  ]
}