Federal grant opportunity MCP response
MCP tool response payload returned when agents retrieve GovTribe federal grant opportunity records through MCP tools.
- Data type: Federal grant opportunity data type
- Returned by: Search federal grant opportunities 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 |
source_url | string | Source URL attribute |
solicitation_number | string | Solicitation number attribute |
name | string | Name attribute |
assistance_type | string | Assistance type attribute |
award_ceiling | number | Award ceiling attribute |
award_floor | number | Award floor attribute |
funding_instruments | array | Funding instruments attribute |
applicant_types | array | Applicant types attribute |
funding_activity_categories | array | Funding activity categories attribute |
posted_date | string | Posted date attribute |
due_date | string | Due date attribute |
forecast_posting_date | string | Forecast posting date attribute |
forecast_due_date | string | Forecast due date attribute |
description | string | Description attribute |
updated_at | string | Updated at attribute |
federal_agency | relationship object | Federal agency attribute |
place_of_performance | relationship object | Location attribute |
government_files | relationship object array | Government files attribute |
federal_grant_programs | relationship object array | Federal grant program attribute |
points_of_contact | relationship object array | Contact attribute |
Relationship Returns
| Field | Returns |
|---|---|
federal_agency | Federal agency MCP response |
place_of_performance | Location MCP response |
government_files | Government file MCP response array |
federal_grant_programs | Federal grant program MCP response array |
points_of_contact | Contact 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"
}