GovTribe

State and local contract IDV MCP response

MCP tool response payload returned when agents retrieve GovTribe state and local contract IDV 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
awardee_nameobjectVendor attribute
contracting_organizationstringContracting organization attribute
award_datestringAward date attribute
potential_completion_datestringUltimate completion date attribute
contract_numberstringContract number attribute
contract_typestringContract type attribute
staterelationship objectState attribute
state_local_contract_vehiclerelationship objectState and local contract vehicle attribute
line_itemsrelationship object arrayLine items attribute
unspsc_categoriesrelationship object arrayUNSPSC category attribute
nigp_categoriesrelationship object arrayNIGP category attribute
government_filesrelationship object arrayGovernment files attribute
state_local_contract_awardsrelationship object arrayState and local contract award attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
stateState MCP response
state_local_contract_vehicleState and local contract vehicle MCP response
line_itemsLine item MCP response array
unspsc_categoriesUNSPSC category MCP response array
nigp_categoriesNIGP category MCP response array
government_filesGovernment file MCP response array
state_local_contract_awardsState and local contract award MCP response array
points_of_contactContact MCP response array

Example

{
  "award_date": "2025-07-21T04:00:00Z",
  "awardee_name": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "contract_number": "W9133L22D0001",
  "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_IDV_ID",
  "govtribe_type": "state_local_contract_idv",
  "govtribe_url": "https://govtribe.com/award/state-local-contract-idv/STATE_LOCAL_CONTRACT_IDV_ID",
  "line_items": [
    {
      "govtribe_id": "LINE_ITEM_ID",
      "govtribe_type": "line_item",
      "govtribe_url": "https://govtribe.com/line-item/LINE_ITEM_ID",
      "name": "Line item"
    }
  ],
  "name": "Example State and Local Contract IDV",
  "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_awards": [
    {
      "govtribe_id": "STATE_LOCAL_CONTRACT_AWARD_ID",
      "govtribe_type": "state_local_contract_award",
      "govtribe_url": "https://govtribe.com/award/state-local-contract-award/STATE_LOCAL_CONTRACT_AWARD_ID",
      "name": "State and local contract award"
    }
  ],
  "state_local_contract_vehicle": {
    "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": "State and local contract vehicle"
  },
  "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"
    }
  ]
}