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.
- Data type: State and local contract IDV data type
- Returned by: Search state and local contract IDVs 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 |
name | string | Name attribute |
description | string | Description attribute |
awardee_name | object | Vendor attribute |
contracting_organization | string | Contracting organization attribute |
award_date | string | Award date attribute |
potential_completion_date | string | Ultimate completion date attribute |
contract_number | string | Contract number attribute |
contract_type | string | Contract type attribute |
state | relationship object | State attribute |
state_local_contract_vehicle | relationship object | State and local contract vehicle attribute |
line_items | relationship object array | Line items attribute |
unspsc_categories | relationship object array | UNSPSC category attribute |
nigp_categories | relationship object array | NIGP category attribute |
government_files | relationship object array | Government files attribute |
state_local_contract_awards | relationship object array | State and local contract award attribute |
points_of_contact | relationship object array | Contact attribute |
Relationship Returns
| Field | Returns |
|---|---|
state | State MCP response |
state_local_contract_vehicle | State and local contract vehicle MCP response |
line_items | Line item MCP response array |
unspsc_categories | UNSPSC category MCP response array |
nigp_categories | NIGP category MCP response array |
government_files | Government file MCP response array |
state_local_contract_awards | State and local contract award MCP response array |
points_of_contact | Contact 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"
}
]
}State and local contract award
MCP tool response payload returned when agents retrieve GovTribe state and local contract award records through MCP tools.
State and local contract opportunity
MCP tool response payload returned when agents retrieve GovTribe state and local contract opportunity records through MCP tools.