find_symbol
Look up a function, class, or symbol by name and retrieve its definition along with call-graph relationships. Supports exact or fuzzy substring matching.
Instructions
Use to look up a specific function/class/symbol by name — preferred over Grep since it returns the definition plus its call-graph relationships in one call. Set exact=False for fuzzy substring matching when unsure of the exact name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name (e.g. 'create_server', 'TokenBudget') | |
| exact | No | True for exact match, False for fuzzy substring |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||