GovTribe

Federal grant award MCP response

MCP tool response payload returned when agents retrieve GovTribe federal grant award 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
descriptionstringDescription attribute
grant_numberstringGrant number attribute
award_datestringAward date attribute
completion_datestringCompletion date attribute
original_completion_datestringOriginal completion date attribute
ultimate_completion_datestringUltimate completion date attribute
original_ultimate_completion_datestringOriginal ultimate completion date attribute
assistance_typestringAssistance type attribute
assistance_recipient_typestringAssistance recipient type attribute
dollars_obligatednumberDollars obligated attribute
federal_dollars_obligatednumberFederal dollars obligated attribute
non_federal_dollars_obligatednumberNon-federal dollars obligated attribute
updated_atstringUpdated at attribute
funding_federal_agencyrelationship objectFederal agency attribute
contracting_federal_agencyrelationship objectFederal agency attribute
place_of_performancerelationship objectLocation attribute
awardeerelationship objectVendor attribute
parent_of_awardeerelationship objectVendor attribute
federal_grant_programrelationship objectFederal grant program attribute
federal_grant_sub_awardsrelationship object arrayFederal grant sub-awards attribute

Relationship Returns

FieldReturns
funding_federal_agencyFederal agency MCP response
contracting_federal_agencyFederal agency MCP response
place_of_performanceLocation MCP response
awardeeVendor MCP response
parent_of_awardeeVendor MCP response
federal_grant_programFederal grant program MCP response
federal_grant_sub_awardsFederal 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"
}