Create Kanban Card
basecamp_create_kanban_cardCreate a new card in a kanban column, adding title, description, due date, assignees, and optional checklist steps. Supports mentions and text highlighting.
Instructions
Create a new card in a kanban column with optional checklist steps.
HTML rules for content:
Allowed tags: div, span, h1, br, strong, em, strike, a (with an href attribute), pre, ol, ul, li, blockquote, bc-attachment (with sgid attribute).
Try to be semantic despite the limitations of tags. Use double to create paragraph spacing
To mention people:
To consume less tokens, existing tags can be rewritten by dropping any attributes/inner content and just leave the "sgid" and "caption" attributes, without loosing any information
You can highlight parts of the content in this format ... valid colors are:
red: 255, 229, 229
yellow: 250, 247, 133
green: 228, 248, 226
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_id | Yes | Basecamp resource identifier | |
| column_id | Yes | ||
| title | Yes | ||
| content | No | ||
| due_on | No | Due date in YYYY-MM-DD format | |
| assignee_ids | No | Array of user IDs to assign to the card | |
| notify | No | Whether to notify assignees | |
| steps | No | Array of steps to create. Array order defines position. |