You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.7.1).

faf_collections_search

Inactive

Tool of Persistent Project Context for xAI Grok

declared in 1.7.1

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

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
faf_collections_search — Persistent Project Context for xAI Grok — PRSM MCP