Get file outline
get_file_outlineRetrieve imports and symbol definitions for a specified file path in an indexed repository. Quickly understand its code structure and dependencies.
Instructions
Return imports and symbol definitions for an indexed repository-relative path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| path | Yes | ||
| imports | Yes | ||
| symbols | Yes | ||
| language | Yes | ||
| documentId | Yes |