get_file_skeleton
Extract function signatures, class methods, and type definitions from a file to understand its API surface without reading the full code.
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). |