Claude

faf_collections_search

Phase III (FRC §7b) — semantic search over a Grok Collection at the edge, KV-cached (1h TTL). Returns matched chunks (content, score, file). Requires the XAI_API_KEY secret; composes with faf_section (structural) for hybrid retrieval. Handled env-aware in the MCP handler (needs the key + KV).

Remote wolfe-jam/claude-faf-mcp

Remote (network-hosted)

Other tools also called faf_collections_search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max chunks to return (default 5)."
    },
    "query": {
      "type": "string",
      "description": "The search query."
    },
    "collection_id": {
      "type": "string",
      "description": "The Grok Collection id to search."
    }
  }
}
          

Provider

Claude →