P
PromptFax
/retry_failed_fax
Retry failed fax
Use this after a retry-eligible failed fax to queue another attempt under the existing authorization. You may supply a corrected destination.
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 /retry_failed_fax 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 |
| faxNumber | string | Optional corrected US fax number for this attempt. |
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":"/retry_failed_fax","input":{}}'cli
npx cracked-ai run -p mcp-app-promptfax-promptfax -e /retry_failed_fax -i '{}'mcp
run_tool({ provider: "mcp-app-promptfax-promptfax", endpoint: "/retry_failed_fax", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.