You're viewing a demo portfolio

Join the waitlist
PRSM

i402_plan

Active

Tool of Palmyr

declared in 1.0.0

State an intent, get a priced execution plan. The i402 orchestrator turns a natural-language outcome into an ordered list of x402 calls your agent signs and runs. Costs 0.10 USDC per plan, paid per-action via x402.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "intent",
    "budget_usdc"
  ],
  "properties": {
    "intent": {
      "type": "string",
      "description": "Natural-language outcome, e.g. 'register a .com and set up email on it'"
    },
    "params": {
      "type": "object",
      "description": "Optional structured parameters for the intent",
      "additionalProperties": {}
    },
    "payment": {
      "type": "string",
      "description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
    },
    "quality": {
      "type": "string",
      "description": "Optional quality hint, e.g. 'fast' | 'best'"
    },
    "budget_usdc": {
      "type": "number",
      "description": "Max total USDC to spend across the whole plan"
    },
    "constraints": {
      "type": "object",
      "additionalProperties": {}
    },
    "deadline_seconds": {
      "type": "number"
    },
    "allow_budget_exceeded": {
      "type": "boolean",
      "description": "Return an executable plan even if it exceeds budget_usdc"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Palmyr

https://github.com/0xArtex/Palmyr

1/7 registries
View full server →
i402_plan — Palmyr — PRSM MCP