A
asksteps
/asksteps_import_pdf
asksteps: store a PDF as a form template in the connected account
Brings a PDF into the connected asksteps account and stores it as a form template, so the answers people give can later be written back into that exact document
liveverifiedunknown~5s typical
mcpprobedasksteps
$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-co-asksteps-asksteps /asksteps_import_pdf for me.
Input
| Field | Type | Description |
|---|---|---|
| pdf_url | string | Public https URL of the PDF. Must be reachable from the internet. |
| pdf_base64 | string | The PDF as base64, for a document that is not on the web. |
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-co-asksteps-asksteps","endpoint":"/asksteps_import_pdf","input":{}}'cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_import_pdf -i '{}'mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_import_pdf", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.