Show search results MCP tool
Preview search results with rich, visual metadata in an interactive viewer.
- MCP tool name:
Show_Search_Results - Returns: Show search results MCP response
- Annotations: Read only, not destructive, idempotent, closed world
Examples
Use this when a prior search result set should be shown in a richer interactive viewer.
Show the first 25 records from an opportunity search
{
"tool": "Search_Federal_Contract_Opportunities",
"arguments": {
"query": "medical logistics support",
"search_mode": "semantic",
"fields_to_return": [
"govtribe_id",
"name",
"posted_date",
"due_date",
"federal_agency"
]
}
}{
"tool": "Show_Search_Results",
"arguments": {
"search_results_id": "<search_results_id>",
"limit": 25
}
}Related articles
- Show search results MCP response: Review the response shape returned by this tool.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.
Show question flow
Render a multi-step guided flow that can send completed answers back to chat.
Show stats display
Render KPI summary cards, not charts. Each stat requires `key`, `label`, and `value`, and can also include a strict `format` object, a `diff` object like {"value":12.4}, and a `sparkline` object like {"data":[31,34,36,39,42]}.