AA
a2a2p — Agent-to-Agent-to-Physical
/build_supplier_request_package
build supplier request package
PRECONDITION — CALL ONLY after the requester supplied what the physical object must accomplish at intent.purpose (or requirement). If absent, ask the requester
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 /build_supplier_request_package 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 |
| delivery | object | Optional caller-declared routing context carried into the returned package. a2a2p does not |
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":"/build_supplier_request_package","input":{}}'cli
npx cracked-ai run -p mcp-com-a2a2p-a2a2p -e /build_supplier_request_package -i '{}'mcp
run_tool({ provider: "mcp-com-a2a2p-a2a2p", endpoint: "/build_supplier_request_package", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.