GovTribe

State and local contract award MCP response

MCP tool response payload returned when agents retrieve GovTribe state and local contract award 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
completion_datestringCompletion date attribute
estimated_annual_valuenumberEstimated annual value attribute
contract_amountnumberContract amount attribute
cumulative_valuenumberCumulative value attribute
contract_numberstringContract number attribute
contract_typestringContract type attribute
updated_atstringUpdated at attribute
staterelationship objectState attribute
state_local_contract_idvrelationship objectState and local contract IDV attribute
state_local_contract_opportunityrelationship objectState and local contract opportunity 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
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
stateState MCP response
state_local_contract_idvState and local contract IDV MCP response
state_local_contract_opportunityState and local contract opportunity 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
points_of_contactContact MCP response array

Example

{
  "award_date": "2025-06-12T04:00:00Z",
  "awardee_name": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "completion_date": "2026-09-30T00:00:00Z",
  "contract_amount": 1250000,
  "contract_number": "W9133L22D0001",
  "contract_type": "Firm Fixed Price",
  "contracting_organization": "Example Procurement Office",
  "cumulative_value": 1750000,
  "description": "Representative description text.",
  "estimated_annual_value": 750000,
  "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_AWARD_ID",
  "govtribe_type": "state_local_contract_award",
  "govtribe_url": "https://govtribe.com/award/state-local-contract-award/STATE_LOCAL_CONTRACT_AWARD_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": "FL|42000000-23-ACS|C59070",
  "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"
    }
  ],
  "state": {
    "govtribe_id": "STATE_ID",
    "govtribe_type": "state",
    "govtribe_url": "https://govtribe.com/state/STATE_ID",
    "name": "Texas"
  },
  "state_local_contract_idv": {
    "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"
  },
  "state_local_contract_opportunity": {
    "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"
  },
  "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"
    }
  ],
  "updated_at": "2026-01-20T14:00:00Z"
}