Dock
D
Dock
/get_workspace_schema

get workspace schema

Return a table surface's column definitions so an agent knows what keys create_row/update_row will accept. Each column has `key` (the field name in row.data), `

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_workspace_schema for me.

Input

FieldTypeDescription
slug*stringThe workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form
surface_slugstringOptional. The slug of the specific table surface to read columns from. Omit on single-tabl

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

Try it

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