Dock
D
Dock
/list_rows

list rows

List rows in a workspace's table surface. Returns rows with their data (a JSON object of column-name to value), creation time, the principal who created/updated

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

Input

FieldTypeDescription
slug*stringThe workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form
surface_slugstringOptional table surface slug for multi-surface workspaces. Filter rows to one sheet. Omit t
limitnumberMax rows to return (default 100, max 1000)
offsetnumberNumber of rows to skip (for pagination)

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

Try it

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