D
Dock
/add_column
add column
Append a single column to a workspace's table schema. Position is auto-computed as next-after-max so the contiguity invariant holds. Key collision (409) if a co
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 /add_column for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
| surface_slug | string | Optional. The slug of the specific table surface to add the column to. Omit on single-tabl |
| key* | string | Field name in row.data. Lowercase + underscores recommended; 1-64 chars. |
| label* | string | Human-readable header shown in the sheet. |
| type* | string (text | longtext | number | status | person | date) | Column type. See get_workspace_schema for examples. |
| width | number | Optional. Initial column width in px. |
| description | string | Optional. Human-readable tooltip shown in the column header. |
| options | array | Required for `status` + `select` types. The allowed values shown in the dropdown. |
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":"/add_column","input":{"slug":"...","key":"...","label":"...","type":"text"}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /add_column -i '{"slug":"...","key":"...","label":"...","type":"text"}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/add_column", input: {"slug":"...","key":"...","label":"...","type":"text"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.