get_feature
Retrieve complete feature details with all workflow steps and cross-project mappings. Understand end-to-end functionality before testing or coding, with optional health checks and verbose output.
Instructions
Get full details of a feature — all workflow steps with cross-project mappings. Use this to understand how a feature works end-to-end before testing or coding. Set includeHealth=true to also run a health check on the feature. Set verbose=true for full workflow step details (default: compact summary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Feature name | |
| verbose | No | If true, return full workflow step details. If false (default), return a compact summary. | |
| includeHealth | No | If true, also run a health check and append results to the output. |