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
federal_grant_awardsrelationship object arrayFederal grant awards attribute
federal_grant_opportunitiesrelationship object arrayFederal grant opportunities attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response
federal_grant_awardsFederal grant award MCP response array
federal_grant_opportunitiesFederal grant opportunity MCP response array

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"
  },
  "federal_grant_awards": [
    {
      "govtribe_id": "FEDERAL_GRANT_AWARD_ID",
      "govtribe_type": "federal_grant_award",
      "govtribe_url": "https://govtribe.com/award/federal-grant-award/FEDERAL_GRANT_AWARD_ID",
      "name": "Federal grant award"
    }
  ],
  "federal_grant_opportunities": [
    {
      "govtribe_id": "FEDERAL_GRANT_OPPORTUNITY_ID",
      "govtribe_type": "federal_grant_opportunity",
      "govtribe_url": "https://govtribe.com/opportunity/federal-grant-opportunity/FEDERAL_GRANT_OPPORTUNITY_ID",
      "name": "Federal grant opportunity"
    }
  ],
  "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"
}