spraay_xmtp_send
Send end-to-end encrypted XMTP messages to any Ethereum address on the production network. Each message costs $0.003 USDC.
Instructions
Send an encrypted XMTP message to any Ethereum address on the XMTP production network. Messages are end-to-end encrypted. Costs $0.003 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient Ethereum address (must have XMTP enabled) | |
| content | Yes | Message content to send | |
| contentType | No | Content type (default: 'text/plain') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |