GovTribe

Federal grant sub-award MCP response

MCP tool response payload returned when agents retrieve GovTribe federal grant sub-award records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
award_datestringAward date attribute
descriptionstringDescription attribute
updated_atstringUpdated at attribute
sub_granteerelationship objectVendor attribute
prime_granteerelationship objectVendor attribute

Relationship Returns

FieldReturns
sub_granteeVendor MCP response
prime_granteeVendor MCP response

Example

{
  "award_date": "2024-12-06T05:00:00Z",
  "description": "Representative description text.",
  "govtribe_id": "FEDERAL_GRANT_SUB_AWARD_ID",
  "govtribe_type": "federal_grant_sub_award",
  "name": "Federal Grant Sub Award 2022469-UTA20-000978",
  "prime_grantee": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "sub_grantee": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "updated_at": "2025-01-24T05:00:00Z"
}