Show search results MCP response
MCP tool response returned by the Show search results MCP tool.
- Returned by: Show search results MCP tool
- Response type: Structured app payload
Response Shape
The response identifies the temporary search result set that the app should preview.
| Field | Type | Notes |
|---|---|---|
search_results_id | string | Temporary search-results identifier. |
limit | integer | Number of results the preview should load. Defaults to 10 when omitted. |
Follow-up Behavior
Use Load search results MCP response when the app or agent needs hydrated result rows or the full GovTribe URL.
Example
{
"search_results_id": "SEARCH_RESULTS_ID",
"limit": 10
}