Docs MD — Markdown Share
DM
Docs MD — Markdown Share
/update_share

Update Shared Markdown

Replace the content of an existing share using its id and edit token.

liveverifiedunknown~5s typical
mcpprobeddocsmd
$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-com-docs-md-markdown-share /update_share for me.

Input

FieldTypeDescription
id*stringThe share id (the URL path segment)
edit_token*stringEdit token returned when the share was created
content*stringThe new markdown content
filenamestringOptional new filename

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-com-docs-md-markdown-share","endpoint":"/update_share","input":{"id":"...","edit_token":"...","content":"..."}}'
cli
npx cracked-ai run -p mcp-com-docs-md-markdown-share -e /update_share -i '{"id":"...","edit_token":"...","content":"..."}'
mcp
run_tool({ provider: "mcp-com-docs-md-markdown-share", endpoint: "/update_share", input: {"id":"...","edit_token":"...","content":"..."} })

Try it

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