mail_read
mail_read
Read your correspondence by id in bounded body-character pages, including attachment names. Follow the returned next offset for the rest. Omitting id retains the legacy inbox summary
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Mail — Send and receive email.
Arguments
| Name | Type | What it is |
|---|---|---|
offset | number | Body character offset |
limit | number | Body characters per page; default and maximum 2000 |
id | string | Message id from mail_inbox or mail_search |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"mail_read"}}Try it in the playground.
