Dock
D
Dock
/move_rows

move rows

Atomically move N rows from their current sheet(s) to a target sheet inside the same workspace. Use for programmatic data migration: dropping a batch of agent-p

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 /move_rows for me.

Input

FieldTypeDescription
slug*stringThe workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form
rowIds*arrayRow IDs to move (1-500). Order is preserved at the destination: first id lands at the lowe
target_surface_slug*stringSlug of the destination table surface. Use list_surfaces to enumerate. 400 if the slug is

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":"/move_rows","input":{"slug":"...","rowIds":[],"target_surface_slug":"..."}}'
cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /move_rows -i '{"slug":"...","rowIds":[],"target_surface_slug":"..."}'
mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/move_rows", input: {"slug":"...","rowIds":[],"target_surface_slug":"..."} })

Try it

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