faf_collections_search
InactiveTool of io.github.Wolfe-Jam/claude-faf-mcp
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).
Parameters schema
{
"type": "object",
"required": [
"query",
"collection_id"
],
"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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Wolfe-Jam/claude-faf-mcp
https://github.com/Wolfe-Jam/claude-faf-mcp
3/7 registries