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.
- Data type: State and local contract opportunity data type
- Returned by: Search state and local contract opportunities MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_ai_summary | string | GovTribe AI summary attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
source_url | string | Source URL attribute |
solicitation_number | string | Solicitation number attribute |
name | string | Name attribute |
posted_date | string | Posted date attribute |
due_date | string | Due date attribute |
description | string | Description attribute |
updated_at | string | Updated at attribute |
state | relationship object | State attribute |
jurisdictions | relationship object array | Jurisdictions attribute |
government_files | relationship object array | Government files attribute |
unspsc_categories | relationship object array | UNSPSC category attribute |
nigp_categories | relationship object array | NIGP category attribute |
points_of_contact | relationship object array | Contact attribute |
Relationship Returns
| Field | Returns |
|---|---|
state | State MCP response |
jurisdictions | Jurisdiction MCP response array |
government_files | Government file MCP response array |
unspsc_categories | UNSPSC category MCP response array |
nigp_categories | NIGP category MCP response array |
points_of_contact | Contact 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"
}State and local contract IDV
MCP tool response payload returned when agents retrieve GovTribe state and local contract IDV records through MCP tools.
State and local contract vehicle
MCP tool response payload returned when agents retrieve GovTribe state and local contract vehicle records through MCP tools.