You're viewing a demo portfolio

Join the waitlist
PRSM

email_send

Active

Tool of Palmyr

declared in 1.0.0

Send an email from an inbox you own. Costs 0.08 USDC, paid per-action via x402.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "inbox_id",
    "to",
    "subject",
    "body"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient email address"
    },
    "body": {
      "type": "string"
    },
    "html": {
      "type": "string"
    },
    "payment": {
      "type": "string",
      "description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
    },
    "subject": {
      "type": "string"
    },
    "inbox_id": {
      "type": "string",
      "description": "Inbox id returned by email_create_inbox"
    }
  },
  "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 →