atlas_map
Retrieve a structured hierarchical tree of classes, methods, and functions to explore codebase architecture and find entrypoints efficiently.
Instructions
Retrieve a structured hierarchical tree map of classes, methods, and functions in the workspace.
This tool provides a compact overview of the codebase's architecture and logical structure. Use this tool to understand how the project is organized, list classes and methods within folders, or find entrypoints without retrieving full file contents. This is extremely token-efficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repository name to filter the map. | |
| path_prefix | No | Optional file path prefix to filter the map to a specific directory. | |
| max_depth | No | Maximum directory depth level in the hierarchical map. Defaults to 3. | |
| query | No | Optional search query (accepted for client compatibility and ignored). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |