GovTribe

Search federal grant sub awards MCP tool

Searches GovTribe federal grant sub-awards and returns pass-through grant records with amounts, prime recipients, and sub-recipients.

Examples

Use this tool when the agent needs pass-through grant relationships, sub-recipient records, or prime/sub-recipient evidence for grant-funded programs.

Which grant sub-awards mention public health workforce support?

{
  "tool": "Search_Federal_Grant_Sub_Awards",
  "arguments": {
    "query": "public health workforce subaward",
    "search_mode": "semantic",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "award_date",
      "description",
      "sub_grantee",
      "prime_grantee"
    ]
  }
}

Which grant sub-awards are tied to a known prime or sub-recipient?

{
  "tool": "Search_Vendors",
  "arguments": {
    "query": "Maryland Department of Health",
    "search_mode": "keyword",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "uei"
    ]
  }
}
{
  "tool": "Search_Federal_Grant_Sub_Awards",
  "arguments": {
    "vendor_ids": [
      "<vendor_govtribe_id_or_uei>"
    ],
    "fields_to_return": [
      "govtribe_id",
      "name",
      "award_date",
      "sub_grantee",
      "prime_grantee"
    ]
  }
}