tasks
Manage checklist items and their lists on Planka cards. Retrieve, create, and update to-dos directly within card workflows.
Instructions
Manage task lists and tasks on Planka cards. Tasks are checklist items within a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Task List ID (for getList), Card ID (for createList), Task List ID (for create, use taskListId in data), or Task ID (for update) (required for: getList, createList, create, update) | |
| data | No | Data: { name: string, cardId?: string (for createList), taskListId?: string (for create), isCompleted?: boolean (for update), assigneeUserId?: string } (required for: createList, create, update) | |
| action | Yes | Action to perform: 'getList' - Get a task list by ID; 'createList' - Create a task list on a card; 'create' - Create a task in a task list; 'update' - Update a task |