get_project_map
Retrieve a project overview including detected frameworks, languages, file counts, and folder structure. Use this read-only tool to orient yourself before exploring code, instead of manual file listing.
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) |