GovTribe

Show search results MCP response

MCP tool response returned by the Show search results MCP tool.

Response Shape

The response identifies the temporary search result set that the app should preview.

FieldTypeNotes
search_results_idstringTemporary search-results identifier.
limitintegerNumber 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
}