email_read_messages
ActiveTool of Palmyr
declared in 1.0.0
Read decrypted messages from an inbox you own (payment wallet must match the inbox). Costs 0.02 USDC, paid per-action via x402.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"inbox_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Page size (default 50, max 200)"
},
"cursor": {
"type": "string",
"description": "id of the last message from the previous page"
},
"payment": {
"type": "string",
"description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
},
"inbox_id": {
"type": "string",
"description": "Inbox id returned by email_create_inbox"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Palmyr
https://github.com/0xArtex/Palmyr
1/7 registries