get_repo_index
Returns a compact table of contents for the repository, listing all tracked source files with exported symbols. Use it first to understand repo structure before exploring files.
Instructions
Returns a compact table-of-contents for the repository 'myorg/myrepo'. Lists all tracked source files with their exported symbol names. ALWAYS call this FIRST before any other tool to understand the repository structure. Use the file paths returned here as input to get_folder_skeleton or get_file_skeleton. Cost: ~10-20 tokens per file — very cheap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_stats | No | If true, also returns language breakdown and total file count. |