aide_inspect
Retrieve JSDoc, signature, and kind for a named symbol in TypeScript/JavaScript files. Enables understanding symbol contracts without opening the full file.
Instructions
Return JSDoc, signature, and kind for a named symbol without opening the full file — Tier 2 progressive disclosure for code. When an agent knows a function name from an import list or orchestrator file, call inspect to learn what the symbol does, what it accepts, and what it returns, based on its contract alone. Searches across TypeScript and JavaScript source files (ts, tsx, js, jsx, mjs, cjs). Use the optional file parameter to narrow the search to a single file when the location is already known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name to look up | |
| file | No | Optional file path to narrow search to a single file |