basecamp_reposition_step
Move a step to a new position within a card. Provide project, card, step IDs and the target index to reorder steps.
Instructions
Change the position of a step within a card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card ID containing the step | |
| step_id | Yes | Step ID to move | |
| position | Yes | New position (zero-indexed) | |
| project_id | Yes |