GovTribe

Federal grant program MCP response

MCP tool response payload returned when agents retrieve GovTribe federal grant program records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
cfda_numberstringCFDA number attribute
descriptionstringDescription attribute
updated_atstringUpdated at attribute
federal_agencyrelationship objectFederal 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

FieldReturns
federal_agencyFederal 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"
}