get_context
Retrieve cross-project context for a feature step, including endpoints, screens, and files, to prepare for testing or implementation. Optionally analyze breaking changes.
Instructions
Get rich cross-project context for a feature at a specific workflow step. Returns all relevant endpoints, screens, pages, and files across all projects. Use this before testing or implementing a feature step. Set analyzeImpact=true to also check for breaking changes across projects. Set verbose=true for full per-step breakdown (default: compact summary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return full per-step breakdown with endpoints/screens/pages. If false (default), return a compact summary. | |
| stepNumber | No | Workflow step number (optional — returns all steps if omitted) | |
| featureName | Yes | Feature name | |
| analyzeImpact | No | If true, also run a breaking change analysis on files referenced in the context. |