Federal grant program MCP response
MCP tool response payload returned when agents retrieve GovTribe federal grant program records through MCP tools.
- Data type: Federal grant program data type
- Returned by: Search federal grant programs 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 |
cfda_number | string | CFDA number attribute |
description | string | Description attribute |
updated_at | string | Updated at attribute |
federal_agency | relationship object | Federal agency attribute |
To list the awards made under this program, call the Search federal grant awards MCP tool with federal_grant_program_ids set to this record's govtribe_id. Use the Search federal grant opportunities MCP tool with the same argument to list the program's opportunities.
Relationship Returns
| Field | Returns |
|---|---|
federal_agency | Federal agency MCP response |
Example
{
"cfda_number": "19.665",
"description": "Representative description text.",
"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_PROGRAM_ID",
"govtribe_type": "federal_grant_program",
"govtribe_url": "https://govtribe.com/program/federal-grant-program/FEDERAL_GRANT_PROGRAM_ID",
"name": "Cyberspace and Digital Policy",
"updated_at": "2022-08-03T05:03:41Z"
}