D
Dock
/update_row
update row
Update specific fields of an existing row. Only the fields provided in `data` are updated; others are preserved. Setting `surface_slug` to a different sheet tha
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 /update_row for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
| rowId* | string | The row ID to update |
| data* | object | Partial row data with fields to update (e.g. {"status": "sealed"}). Pass an empty object { |
| surface_slug | string | Optional. When set to a different surface than the row currently lives on, moves the row t |
| position | number | Optional. Override the row's position. When moving across surfaces, omit to land at the ne |
| 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":"/update_row","input":{"slug":"...","rowId":"...","data":{}}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /update_row -i '{"slug":"...","rowId":"...","data":{}}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/update_row", input: {"slug":"...","rowId":"...","data":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.