GovTribe

Federal grant opportunity MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
source_urlstringSource URL attribute
solicitation_numberstringSolicitation number attribute
namestringName attribute
assistance_typestringAssistance type attribute
award_ceilingnumberAward ceiling attribute
award_floornumberAward floor attribute
funding_instrumentsarrayFunding instruments attribute
applicant_typesarrayApplicant types attribute
funding_activity_categoriesarrayFunding activity categories attribute
posted_datestringPosted date attribute
due_datestringDue date attribute
forecast_posting_datestringForecast posting date attribute
forecast_due_datestringForecast due date attribute
descriptionstringDescription attribute
updated_atstringUpdated at attribute
federal_agencyrelationship objectFederal agency attribute
place_of_performancerelationship objectLocation attribute
government_filesrelationship object arrayGovernment files attribute
federal_grant_programsrelationship object arrayFederal grant program attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response
place_of_performanceLocation MCP response
government_filesGovernment file MCP response array
federal_grant_programsFederal grant program MCP response array
points_of_contactContact MCP response array

Example

{
  "applicant_types": [
    "State governments"
  ],
  "assistance_type": "Project Grant",
  "award_ceiling": 2500000,
  "award_floor": 50000,
  "description": "Representative description text.",
  "due_date": "2026-03-21T20:00:00Z",
  "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_programs": [
    {
      "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"
    }
  ],
  "forecast_due_date": "2026-05-01T00:00:00Z",
  "forecast_posting_date": "2026-03-01T00:00:00Z",
  "funding_activity_categories": [
    "Science and Technology"
  ],
  "funding_instruments": [
    "Grant"
  ],
  "government_files": [
    {
      "govtribe_id": "GOVERNMENT_FILE_ID",
      "govtribe_type": "government_file",
      "govtribe_url": "https://govtribe.com/file/government-file/GOVERNMENT_FILE_ID",
      "name": "Government file"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "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": "Fueling AI Innovation and Adoption",
  "place_of_performance": {
    "govtribe_id": "LOCATION_ID",
    "govtribe_type": "location",
    "lat": 29.3887899,
    "lng": -98.61057029999999,
    "name": "San Antonio, TX 78236, USA"
  },
  "points_of_contact": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contact Name",
      "email": "contact@example.gov"
    }
  ],
  "posted_date": "2026-03-12T04:00:00Z",
  "solicitation_number": "DFOP0017898",
  "updated_at": "2026-04-27T14:42:51Z"
}