cnvs.app
C
cnvs.app
/create_task

Create Task

Create a task (card) in a column on a 'todo' board. Generates and returns a stable task id. `column_id` must reference an existing column (see `list_tasks`). `d

liveverifiedunknown~5s typical
mcpprobedcnvs.app
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cnvs-whiteboard /create_task for me.

Input

FieldTypeDescription
board_id*string
column_id*string
name*string
descriptionstring
due_datestringISO 8601 date.
prioritystring (H | M | L)High / Medium / Low. Omit for none.
assigneestring
donebooleanWhether the task is completed (checked off). Defaults to false.
sortnumberFloat ordering key within the column. Defaults to 0.
authorstringAuthor tag, defaults to ai:claude.
access_keystring8-character lowercase alphanumeric board access key when the board is locked (legacy 6-cha

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-cnvs-whiteboard","endpoint":"/create_task","input":{"board_id":"...","column_id":"...","name":"..."}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /create_task -i '{"board_id":"...","column_id":"...","name":"..."}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/create_task", input: {"board_id":"...","column_id":"...","name":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.