add_text_card
Add a text card (a note, an idea, a script line) to a board. The server places it on a grid unless a position is given. Costs no credits. Returns the whole board and the new card. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header "Authorization: Bearer acd_live_…" created at https://aicontentdrop.com/settings/integrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The card's text, up to 4000 characters. | |
| color | No | Optional colour name or hex the website uses for the card. | |
| title | No | Optional title, up to 200 characters. | |
| width | No | Optional card width in pixels. | |
| height | No | Optional card height in pixels. | |
| position | No | Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell. | |
| revision | No | The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first. | |
| canvas_id | Yes | The board id, from list_canvases or create_canvas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | ||
| canvas | Yes | ||
| next_step | Yes |