GovTribe

State and local contract opportunity MCP response

MCP tool response payload returned when agents retrieve GovTribe state and local contract opportunity 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
solicitation_numberstringSolicitation number attribute
namestringName attribute
posted_datestringPosted date attribute
due_datestringDue date attribute
descriptionstringDescription attribute
updated_atstringUpdated at attribute
staterelationship objectState attribute
jurisdictionsrelationship object arrayJurisdictions attribute
government_filesrelationship object arrayGovernment files attribute
unspsc_categoriesrelationship object arrayUNSPSC category attribute
nigp_categoriesrelationship object arrayNIGP category attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
stateState MCP response
jurisdictionsJurisdiction MCP response array
government_filesGovernment file MCP response array
unspsc_categoriesUNSPSC category MCP response array
nigp_categoriesNIGP category MCP response array
points_of_contactContact MCP response array

Example

{
  "description": "Representative description text.",
  "due_date": "2026-03-21T20:00:00Z",
  "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_OPPORTUNITY_ID",
  "govtribe_type": "state_local_contract_opportunity",
  "govtribe_url": "https://govtribe.com/opportunity/state-local-contract-opportunity/STATE_LOCAL_CONTRACT_OPPORTUNITY_ID",
  "jurisdictions": [
    {
      "govtribe_id": "JURISDICTION_ID",
      "govtribe_type": "jurisdiction",
      "govtribe_url": "https://govtribe.com/jurisdiction/JURISDICTION_ID",
      "name": "Jurisdiction"
    }
  ],
  "name": "RFGP 6244: Catalyst Grants for the Rural Health Transformation Program (RHTP)",
  "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"
    }
  ],
  "posted_date": "2026-04-10T22:00:07Z",
  "solicitation_number": "S4430000016498",
  "state": {
    "govtribe_id": "STATE_ID",
    "govtribe_type": "state",
    "govtribe_url": "https://govtribe.com/state/STATE_ID",
    "name": "Texas"
  },
  "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-04-10T22:00:07Z"
}