Dock
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

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 add the column to. Omit on single-tabl
key*stringField name in row.data. Lowercase + underscores recommended; 1-64 chars.
label*stringHuman-readable header shown in the sheet.
type*string (text | longtext | number | status | person | date)Column type. See get_workspace_schema for examples.
widthnumberOptional. Initial column width in px.
descriptionstringOptional. Human-readable tooltip shown in the column header.
optionsarrayRequired 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.