GovTribe

Load search results MCP tool

Provides metadata and blob hydration not relevant to the context window

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
  }
}