get_symbols_overview
Retrieve a high-level overview of top-level code symbols in a file, providing essential insights for understanding its structure. Ideal for initial analysis when exploring unfamiliar files.
Instructions
Use this tool to get a high-level understanding of the code symbols in a file. This should be the first tool to call when you want to understand a new file, unless you already know what you are looking for. Returns a JSON object containing info about top-level symbols in the file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_answer_chars | No | If the overview is longer than this number of characters, no content will be returned. Don't adjust unless there is really no other way to get the content required for the task. | |
relative_path | Yes | The relative path to the file to get the overview of. |