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.
Invoke Search Tool
Describe or call a typed GovTribe search tool through a compact search wrapper. Call the Documentation MCP tool first for search query and search_mode guidance, then use mode=describe to retrieve the selected tool schema and documentation before mode=call. Search_GovTribe, Rerank_Search_Results, and Search_Vector_Store stay top-level; use this tool only for represented typed Search_* tools.
Lock in teaming team
Lock in a finalized team for a PRIME teaming interest. Requires at least one accepted match on the prime. Withdraws every PENDING inbound match request on the prime (those subs are notified their request was withdrawn), transitions the prime to matched, opens the team-hub conversation, and notifies accepted subs. From the agent, the only way back is `Disband_Teaming_Team` (which has wide blast radius). Prime-only. Before calling, name the accepted sub partners + the count of pending requests that will be withdrawn to the user and obtain explicit confirmation.