gograph_node
Retrieves detailed AST properties for a Go symbol, package, or file node. Provides structural metadata like types, signatures, and documentation for precise code analysis.
Instructions
Extract full AST property details for any specific symbol, package, or file node in the repository graph. 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 when you need deep structural metadata including kinds, signatures, documentation, or exact file lines. Do NOT use if you need raw source code only (use gograph_source instead). COMPLETENESS: Requires 'name' parameter. Returns complete node properties and fields. Example name: 'Graph'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The exact symbol, package path, or Go file name to inspect (e.g., 'Graph', 'internal/search', 'server.go') |