move_card
Move a card to another list to change its status (e.g., 'To Do' to 'In Progress'). Specify card ID, destination list ID, and optional position.
Instructions
Move a card to a different list. Use this to change a card's workflow status (e.g., from "To Do" to "In Progress").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position in the destination list: "top", "bottom", or specific number | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| cardId | Yes | ID of the card to move (you can get this from board details or card searches) | |
| idList | Yes | ID of the destination list (you can get this from get_lists) |