move_card
Change a card's workflow status by moving it to a different list, such as from To Do to In Progress.
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 |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID or URL of the card to move (e.g. "abc123" or "https://trello.com/c/abc123/1-title") | |
| idList | Yes | ID of the destination list (you can get this from get_lists) | |
| pos | No | Position in the destination list: "top", "bottom", or specific number |