GovTribe

Search GovTribe MCP tool

Run one integrated GovTribe finder search across public and workspace search indexes, then follow the resolver hints to fetch richer typed results from the existing Search_* tools.

Examples

Use Search_GovTribe for broad discovery when the user gives an ambiguous entity, contract, vendor, or topic. Follow results[].resolver in the response when you need complete records from the typed Search_* tools.

Which GovTribe records match a known NOAA bridge contract?

{
  "tool": "Search_GovTribe",
  "arguments": {
    "query": "NOAA ITSS Bridge Contract 1332KP26F0037",
    "max_num_results": 5
  }
}

Which award or vendor records should I resolve before researching Veritas eDiscovery software?

{
  "tool": "Search_GovTribe",
  "arguments": {
    "query": "Veritas eDiscovery platform software USACE transaction",
    "govtribe_types": [
      "federal_transaction",
      "federal_contract_award",
      "vendor"
    ],
    "max_num_results": 5
  }
}