Create Step
fizzy_create_stepAdd a to-do step (checklist item) to a card, breaking work into manageable tasks. Steps are created incomplete, ready to track progress.
Instructions
Create a new to-do step (checklist item) on a card. Steps help break down work into manageable tasks. New steps are created as incomplete by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The to-do step content (required). Keep concise - steps are checklist items. Examples: 'Review PR', 'Update tests', 'Deploy to staging'. Steps are created as incomplete by default. | |
| card_number | Yes | The card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |