D
Dock
/create_row
create row
Append a new row to a workspace's table surface. The data field is a JSON object with column-name keys. Status column accepts: drafted, queued, sealed, active,
liveunknown~5s typical
mcpdock
$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-ai-trydock-dock /create_row for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
| data* | object | Row data as a JSON object (e.g. {"title": "My post", "status": "drafted", "notes": "Initia |
| surface_slug | string | Optional table surface slug for multi-surface workspaces. Omit to write to the workspace's |
| auto_create_columns | boolean | When true, the server auto-creates a text column for every key in `data` that doesn't alre |
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-ai-trydock-dock","endpoint":"/create_row","input":{"slug":"...","data":{}}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /create_row -i '{"slug":"...","data":{}}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/create_row", input: {"slug":"...","data":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.