get_shared_step_steps
Retrieve the full list of steps inside a shared step by providing its ID. Use this to inline shared step content when resolving sharedStepId references in test case scenarios.
Instructions
Get the full normalized scenario (list of steps) inside a shared step. This is the key tool for resolving sharedStepId references in test case scenarios: when get_test_case_steps returns a step with sharedStepId, call this tool to inline the actual step content. Returns the same NormalizedScenarioDto format as get_test_case_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shared step ID. Must be a number (integer), not a string. |