Federal grant award MCP response
MCP tool response payload returned when agents retrieve GovTribe federal grant award records through MCP tools.
- Data type: Federal grant award data type
- Returned by: Search federal grant awards 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 |
name | string | Name attribute |
description | string | Description attribute |
grant_number | string | Grant number attribute |
award_date | string | Award date attribute |
completion_date | string | Completion date attribute |
original_completion_date | string | Original completion date attribute |
ultimate_completion_date | string | Ultimate completion date attribute |
original_ultimate_completion_date | string | Original ultimate completion date attribute |
assistance_type | string | Assistance type attribute |
assistance_recipient_type | string | Assistance recipient type attribute |
dollars_obligated | number | Dollars obligated attribute |
federal_dollars_obligated | number | Federal dollars obligated attribute |
non_federal_dollars_obligated | number | Non-federal dollars obligated attribute |
updated_at | string | Updated at attribute |
funding_federal_agency | relationship object | Federal agency attribute |
contracting_federal_agency | relationship object | Federal agency attribute |
place_of_performance | relationship object | Location attribute |
awardee | relationship object | Vendor attribute |
parent_of_awardee | relationship object | Vendor attribute |
federal_grant_program | relationship object | Federal grant program attribute |
federal_grant_sub_awards | relationship object array | Federal grant sub-awards attribute |
Relationship Returns
| Field | Returns |
|---|---|
funding_federal_agency | Federal agency MCP response |
contracting_federal_agency | Federal agency MCP response |
place_of_performance | Location MCP response |
awardee | Vendor MCP response |
parent_of_awardee | Vendor MCP response |
federal_grant_program | Federal grant program MCP response |
federal_grant_sub_awards | Federal grant sub-award MCP response array |
Example
{
"assistance_recipient_type": "State government",
"assistance_type": "Project Grant",
"award_date": "2021-08-01T04:00:00Z",
"awardee": {
"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",
"contracting_federal_agency": {
"govtribe_id": "FEDERAL_AGENCY_ID",
"govtribe_type": "federal_agency",
"govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
"name": "Federal Agency"
},
"description": "Representative description text.",
"dollars_obligated": 1250000,
"federal_grant_program": {
"govtribe_id": "FEDERAL_GRANT_PROGRAM_ID",
"govtribe_type": "federal_grant_program",
"govtribe_url": "https://govtribe.com/program/federal-grant-program/FEDERAL_GRANT_PROGRAM_ID",
"name": "Federal grant program"
},
"federal_grant_sub_awards": [
{
"govtribe_id": "FEDERAL_GRANT_SUB_AWARD_ID",
"govtribe_type": "federal_grant_sub_award",
"govtribe_url": "https://govtribe.com/award/federal-grant-sub-award/FEDERAL_GRANT_SUB_AWARD_ID",
"name": "Federal grant sub-award"
}
],
"funding_federal_agency": {
"govtribe_id": "FEDERAL_AGENCY_ID",
"govtribe_type": "federal_agency",
"govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
"name": "Federal Agency"
},
"govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
"govtribe_id": "FEDERAL_GRANT_AWARD_ID",
"govtribe_type": "federal_grant_award",
"govtribe_url": "https://govtribe.com/award/federal-grant-award/FEDERAL_GRANT_AWARD_ID",
"grant_number": "2104666",
"name": "Project Grant 2104666",
"parent_of_awardee": {
"govtribe_id": "VENDOR_ID",
"govtribe_type": "vendor",
"govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
"name": "Example Vendor LLC"
},
"place_of_performance": {
"govtribe_id": "LOCATION_ID",
"govtribe_type": "location",
"lat": 29.3887899,
"lng": -98.61057029999999,
"name": "San Antonio, TX 78236, USA"
},
"ultimate_completion_date": "2027-09-30T00:00:00Z",
"updated_at": "2021-07-29T04:00:00Z"
}