get_context
Retrieve the complete project context as formatted text, with optional filtering by dot path to access specific fields like tech stack languages.
Instructions
Get the full project context as formatted text. Optionally filter by dot path (e.g. 'tech_stack.languages').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| dot_path | No | Optional dot-notation path to get a specific field (e.g. 'project.name', 'tech_stack.languages'). Leave empty to get the entire context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |