codegraph_list
List all symbols in a file or directory, sorted by line number, to get an overview of its contents.
Instructions
List all symbols in a file or directory. Returns symbols sorted by line number. Use this to get an overview of what a file contains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by symbol kind (Function, Class, Method, etc.). | |
| limit | No | ||
| team_id | No | The team ID for isolation. | |
| file_path | Yes | The file path (relative to repo root) to list symbols for. |