get_symbols
Extract and categorize symbols like functions, classes, and imports from files to analyze code structure and context within a project.
Instructions
Extract symbols from a file.
Args:
project: Project name
file_path: Path to the file
symbol_types: Types of symbols to extract (functions, classes, imports, etc.)
Returns:
Dictionary of symbols by type
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| project | Yes | ||
| symbol_types | No |