AA
a2a2p — Agent-to-Agent-to-Physical
/render_supplier_email_binding
render supplier email binding
Render the caller's requirement as a reviewable RFC 5322 supplier-email draft after rebuilding its canonical supplier package and repeating quote-stage screenin
liveunknown~5s typical
mcpa2a2p—agent-to-agent-to-physical
$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-com-a2a2p-a2a2p /render_supplier_email_binding for me.
Input
| Field | Type | Description |
|---|---|---|
| requirement | string | Plain-language description of the physical need. Maps to intent.purpose. Include function, |
| quantity | integer | Number of units needed. Maps to intent.quantity. |
| constraints | string | Hard constraints: tolerances, certifications, materials to avoid, size/weight limits. Maps |
| budget_usd | number | Approximate budget in USD. Maps to intent.budget_envelope. |
| deadline | string | Required delivery date or timeframe. Maps to intent.timeline. |
| contact | string | Optional email or callback endpoint for quote delivery. |
| business_context | string | Optional business requirements (expected volumes, cost targets, ROI constraints). If provi |
| callback_url | string | Optional HTTPS URL. When the quote is ready, a2a2p POSTs it as JSON to this URL. |
| intent | object | Layer 1 — the problem. What the physical matter needs to DO. Use this for intent-driven re |
| specification | object | Layer 2 — the solution. What the physical matter IS. Populate what is known. Precise speci |
| rejected_alternatives | array | Options already considered and ruled out. Prevents re-suggesting and builds the learning c |
| email_binding* | object | Explicit envelope for a reviewable, non-sending RFC 5322 draft. No address is looked up or |
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-com-a2a2p-a2a2p","endpoint":"/render_supplier_email_binding","input":{"email_binding":{}}}'cli
npx cracked-ai run -p mcp-com-a2a2p-a2a2p -e /render_supplier_email_binding -i '{"email_binding":{}}'mcp
run_tool({ provider: "mcp-com-a2a2p-a2a2p", endpoint: "/render_supplier_email_binding", input: {"email_binding":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.