get_architecture
View a project's directory tree to understand its structure, locate files, or navigate the codebase. Use optional filters to narrow by path or highlight files containing specific keywords.
Instructions
Explore a registered project's directory structure as a formatted tree view. Use this to understand the project layout, find relevant files, or navigate the codebase. Supports optional filtering by path keyword, and optional content highlighting to find files containing a specific keyword (marked with ★). When using highlight, set showAll=true to see the full tree with matches marked, or omit showAll (default false) to show only matching files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional keyword — only show files/folders whose path contains this keyword (case-insensitive) | |
| showAll | No | When used with highlight: if true, show the full tree but mark matching files with ★. If false (default), only show matching files. | |
| highlight | No | Optional keyword — scan file contents and mark files containing this keyword with ★ | |
| projectName | Yes | Name of the registered project to explore |