get_file_outline
Extract symbols like functions and classes from GitHub repository files to understand code structure without reading entire files.
Instructions
Get all symbols (functions, classes, methods) in a file with signatures and summaries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) | |
| file_path | Yes | Path to the file within the repository (e.g., 'src/main.py') |