What problem does it solve? AI assistants integrating with GrepAI's MCP server need accurate knowledge of each tool's parameters, response formats, and error codes to call them correctly and parse results without trial and error. ## Core Features & Use Cases - Complete Tool Reference: Documents all five MCP tools (grepai_search, grepai_trace_callers, grepai_trace_callees, grepai_trace_graph, grepai_index_status) with parameter tables and JSON examples. - Compact Mode Guidance: Explains abbreviated response keys and token savings of roughly 80% when using compact output. - Error Handling Reference: Lists error codes such as INDEX_NOT_FOUND, EMBEDDER_UNAVAILABLE, and SYMBOL_NOT_FOUND with example payloads. - Use Case: An AI coding assistant needs to find callers of a Login function; this reference tells it to call grepai_trace_callers with the symbol parameter and how to interpret the compact response. ## Quick Start Ask the assistant to explain which GrepAI MCP tool and parameters to use for tracing all callers of a specific function in your codebase.