P
PromptFax
/cancel
Cancel fax send
Use this when you need to cancel the active PromptFax send.
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 /cancel for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId | string | PromptFax MCP session identifier returned by start_session. Use this to continue a session |
| sendIntentId | string | PromptFax send intent identifier returned by get_quote or session status. Use this for che |
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":"/cancel","input":{}}'cli
npx cracked-ai run -p mcp-app-promptfax-promptfax -e /cancel -i '{}'mcp
run_tool({ provider: "mcp-app-promptfax-promptfax", endpoint: "/cancel", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.