gograph_explain
Explain a code symbol's role, dependencies, and calls to generate documentation, onboard to implementations, or summarize logic for pull requests.
Instructions
Generate high-fidelity explanations, downstream impacts, and documentation summaries for codebase symbols. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool to construct technical documentation, onboard to complex implementations, or summarize logic for PRs. Do NOT use for line-by-line raw source code (use gograph_source instead). COMPLETENESS: Requires 'symbol' parameter. Returns a detailed semantic summary of the symbol's role, dependencies, and calls. Example symbol: 'BuildGraph'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The name or ID of the symbol to explain (e.g., 'CreateUser' or 'Graph') |