list_transitions
Show which state transitions are allowed for a card and the rule scheme (flow, backend, or free movement) that defines them.
Instructions
What moves are legal for this card right now, and under which resolved scheme.
Sources: the card's flow scheme (flow.yaml; 'free-roam' = unrestricted), the backend's own workflow (e.g. hermes), or free movement when nothing is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ||
| board_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| scheme | Yes | ||
| source | Yes | ||
| card_id | Yes | ||
| options | Yes | ||
| board_id | Yes | ||
| resolved_scheme | Yes | ||
| current_column_id | Yes |