inspect_function
Inspect any JavaScript/TypeScript function or method to retrieve its signature, parameters, documentation, and source body.
Instructions
Inspects a function or method (class.method): signature, parameters, doc, body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| symbol | Yes | Function name or "Class.method" |