describe_symbol
Get function or class details without reading source code — returns signature, parameters, callers, callees, and domain concepts to understand what a symbol does and how it fits into the codebase.
Instructions
Describe a function or class WITHOUT reading its source file — returns signature, parameters, callers, callees, and related domain concepts. Faster and more informative than Read for understanding what a symbol does and how it fits into the codebase. Use when asked 'what does function X do' or 'what is class X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function or class name (e.g. 'spatial_transform') |