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.
- MCP tool name:
Search_GovTribe - Returns: Search GovTribe MCP response
- Annotations: Read only, not destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
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
}
}Related articles
- Search GovTribe MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.