DocWand
D
DocWand
/split_pdf

split pdf

Split a PDF / extract pages. Pass `ranges` like "1-3, 5" to pre-select pages; the user can adjust on thumbnails before downloading. All processing happens local

liveverifiedunknown~5s typical
mcpprobeddocwand
$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-app-docwand-pdf /split_pdf for me.

Input

FieldTypeDescription
filestringPDF file from the conversation to split
rangesstringPage ranges to extract, e.g. "1-3, 5, 8-10" (order matters)

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-app-docwand-pdf","endpoint":"/split_pdf","input":{}}'
cli
npx cracked-ai run -p mcp-app-docwand-pdf -e /split_pdf -i '{}'
mcp
run_tool({ provider: "mcp-app-docwand-pdf", endpoint: "/split_pdf", input: {} })

Try it

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