Load search results MCP tool
Provides metadata and blob hydration not relevant to the context window
- MCP tool name:
Load_Search_Results - Returns: Load search results MCP response
- Annotations: Read only, not destructive, idempotent, closed world
Examples
Use this after a prior search returns a search_results_id and the app needs to hydrate result metadata or blob-backed content.
Load the first records from a saved search-result set
{
"tool": "Search_Federal_Contract_Awards",
"arguments": {
"query": "cybersecurity compliance support",
"search_mode": "semantic",
"fields_to_return": [
"govtribe_id",
"name",
"award_date"
]
}
}{
"tool": "Load_Search_Results",
"arguments": {
"search_results_id": "<search_results_id>",
"limit": 10
}
}Related articles
- Load 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.