A
Ausca
/ausca_prepare_invocation
Validate invocation input and return binding terms
Validate one exact invocation envelope and return immutable preparation terms or a typed refusal. Preparation never accepts payment material from model-authored
liveverifiedunknown~5s typical
mcpprobedausca
$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-ausca-agent-services /ausca_prepare_invocation for me.
Input
| Field | Type | Description |
|---|---|---|
| canonicalizer_version* | string | |
| idempotency_key* | string | |
| input* | string | |
| input_schema_digest* | string | |
| offer_id* | string | |
| offer_revision* | string | |
| offer_revision_digest* | string | |
| output_schema_digest* | string | |
| parent_binding | string |
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-ausca-agent-services","endpoint":"/ausca_prepare_invocation","input":{"canonicalizer_version":"...","idempotency_key":"...","input":"...","input_schema_digest":"...","offer_id":"...","offer_revision":"...","offer_revision_digest":"...","output_schema_digest":"..."}}'cli
npx cracked-ai run -p mcp-com-ausca-agent-services -e /ausca_prepare_invocation -i '{"canonicalizer_version":"...","idempotency_key":"...","input":"...","input_schema_digest":"...","offer_id":"...","offer_revision":"...","offer_revision_digest":"...","output_schema_digest":"..."}'mcp
run_tool({ provider: "mcp-com-ausca-agent-services", endpoint: "/ausca_prepare_invocation", input: {"canonicalizer_version":"...","idempotency_key":"...","input":"...","input_schema_digest":"...","offer_id":"...","offer_revision":"...","offer_revision_digest":"...","output_schema_digest":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.