faf_collections_search
InactiveTool of Persistent Project Context for xAI Grok
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.50.
Parent server
Persistent Project Context for xAI Grok
https://github.com/Wolfe-Jam/grok-faf-mcp
3/7 registries