Search vector store MCP tool
Semantic search files previously uploaded via `Add_To_Vector_Store`; for government & user files, not GovTribe docs.
- MCP tool name:
Search_Vector_Store - Returns: Search vector store MCP response
- Annotations: Read only, not destructive, idempotent, closed world
- Surfaces: GovTribe MCP
Examples
Use vector store search after Add_To_Vector_Store returns a ready govtribe_vector_store_id. Keep max_num_results as small as the answer requires.
What does the uploaded file package say about transition staffing?
{
"tool": "Search_Vector_Store",
"arguments": {
"govtribe_vector_store_id": "<govtribe_vector_store_id>",
"query": "transition staffing key personnel onboarding timeline",
"max_num_results": 5,
"rewrite_query": true
}
}Which passages mention pricing assumptions for option years?
{
"tool": "Search_Vector_Store",
"arguments": {
"govtribe_vector_store_id": "<govtribe_vector_store_id>",
"query": "pricing assumptions labor categories option years",
"max_num_results": 8,
"rewrite_query": true
}
}Related articles
- Search vector store MCP response: Review the response shape returned by this tool.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.