projects
Manage Planka's top-level board containers, with actions to create, list, retrieve, update, and delete them.
Instructions
Manage Planka projects. Projects are top-level containers for boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project ID (required for: get, update, delete) | |
| data | No | Project data: { name: string, description?: string, backgroundType?: 'gradient'|'image', backgroundGradient?: string } (required for: create, update) | |
| action | Yes | Action to perform: 'list' - List all accessible projects; 'get' - Get project details by ID; 'create' - Create a new project; 'update' - Update project settings; 'delete' - Delete a project |