GovTribe

Search vector store MCP tool

Semantic search files previously uploaded via `Add_To_Vector_Store`; for government & user files, not GovTribe docs.

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