get_project_map
Get a project overview with detected frameworks, languages, file counts, and structure to quickly orient yourself before exploring code.
Instructions
Get project overview: detected frameworks, languages, file counts, structure. Read-only, no side effects. Call with summary_only=true at session start to orient yourself before diving into code. Use instead of manual ls/find. Returns JSON: { frameworks, languages, fileCount, symbolCount, structure }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary_only | No | Return only framework list + counts (default false) |