spaces_add_item
Add a new item to a Spaces bucket with optional details like due date, tags, priority, assignee, and status. Organize tasks effectively by placing them in the appropriate bucket.
Instructions
Add an item to a Spaces bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (ISO format) | |
| body | No | Item body (markdown) | |
| tags | No | Tags | |
| title | Yes | Item title | |
| status | No | Status (default: first bucket status) | |
| assignee | No | Assignee: 'max' or 'caul' | |
| bucketId | Yes | Bucket ID to add item to | |
| priority | No | Priority 0-3 (none, low, medium, high) |