create_deck_card
Create a new card in a Nextcloud Deck board stack by providing board and stack IDs, with optional due date and notes.
Instructions
Create a new card in a Nextcloud Deck board stack (column). Use get_deck_board to find stack IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Card title | |
| boardId | Yes | Board ID | |
| dueDate | No | Due date YYYY-MM-DD (optional) | |
| stackId | Yes | Stack (column) ID to add the card to | |
| description | No | Card description/notes (optional) |