D
Dock
/get_doc
get doc
Read a workspace's doc (TipTap rich-text) body. Format is negotiable via `format`: `markdown` (default — CommonMark + GFM, ready to feed to an LLM or render in
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_doc 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 doc surface slug for multi-doc workspaces. Omit to read the primary doc surface. |
| format | string (markdown | content | text | all) | Which serialization to return. Default `markdown`. Use `content` to round-trip TipTap JSON |
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_doc","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /get_doc -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/get_doc", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.