PromptFax
P
PromptFax
/attach_document

Attach fax document

Fallback/non-widget tool for binding a PromptFax document or one or more HTTPS PDF URLs into the current MCP session before requesting a quote. In ChatGPT widge

liveunknown~5s typical
mcppromptfax
$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-promptfax-promptfax /attach_document for me.

Input

FieldTypeDescription
sessionId*stringPromptFax MCP session identifier returned by start_session. Use this to continue a session
documentIdstringPromptFax document identifier created by a prior upload or hosted session.
fileUrlsarrayOne or more HTTPS URLs for PDF or image documents that PromptFax should attach to the fax

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

Try it

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