skeleton
Inspect a file's API surface by retrieving function signatures, class methods, and type definitions without reading the full body. Get names, parameters, return types, and line ranges quickly.
Instructions
Get detailed function signatures, class methods, and type definitions of a specific file WITHOUT reading the full body. Shows the API surface: function names, parameters, return types, and line ranges. Perfect for understanding how to use code without loading it all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to inspect (relative to project root). |