document_symbols
Extract all symbols from a Java file to enable code navigation and analysis. This tool identifies classes, methods, and variables within Java source code for development workflows.
Instructions
Get all symbols defined in a Java file.
Args: file_path: Absolute path to the Java file
Returns: Dictionary with 'symbols' array or 'status'/'message' if initializing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||