get_callees
Find functions called by a given function, with configurable call depth and workspace path for code analysis.
Instructions
Find functions called by the given function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Call depth (default: 1) | |
| function_name | Yes | Function name to look up | |
| workspace_path | No | Target workspace (default: last configured) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |