get_summary
Retrieve a structured project or module snapshot including name, purpose, tech stack, entry points, key modules, and file stats. Use for session orientation.
Instructions
Structured snapshot of the project or a module: name, purpose (README first paragraph), stack (Python/Node/Rust/Go/Java), entry_points, key_modules, stats (files, loc, languages). Useful at session start for orientation; prefer it over reading README/CLAUDE.md when you need machine-readable fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| path | No | Required when scope='module'; repo-relative path. |