Dock
D
Dock
/update_doc_section

update doc section

Replace a single section of a workspace's doc body, identified by its heading text. The targeted edit complement to `update_doc` (full replacement) and `append_

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

Input

FieldTypeDescription
slug*stringThe workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form
surface_slugstringOptional doc surface slug for multi-doc workspaces. Omit to target the primary doc surface
heading*stringPlain text of the heading to find (case-sensitive, trimmed). For `## Outcomes`, pass `Outc
markdown*stringFULL replacement markdown for the section, including the heading line if you want to keep
allowBlockLossbooleanConfirm a replacement that removes most of the document. Omit it normally: the call is ref

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

Try it

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