Dock
D
Dock
/get_row

get row

Fetch a single row by id without listing the full table. Useful when a cue payload carries a row id and the agent only needs that one record. Returns the same r

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

Input

FieldTypeDescription
slug*stringThe workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form
rowId*stringThe row id

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

Try it

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