readmbox.com
Open MBOX files in your browser with no software to install. Read Google Takeout and Thunderbird exports, search by sender, subject or date, and export to CSV, Excel, PDF or EML. Your mail never…
First seen 2026-08-24 · Last seen 2026-08-27 · Source: webmcp.com
Answer 3 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
scan_messages
Search subjects and senders for text, and/or find messages with attachments, optionally within a date range. This reads each message from disk, so it works in bounded passes: if the result says done=false, call again with the returned cursor to continue from where it stopped. Results are reported but do not change what is on screen.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | no | Text to look for in subject or sender. Case-insensitive. |
from |
string | no | Earliest date, YYYY-MM-DD. |
to |
string | no | Latest date, YYYY-MM-DD. |
has_attachment |
boolean | no | Only messages carrying an attachment. |
cursor |
integer | no | Resume position from a previous call. Omit to start at the beginning. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Text to look for in subject or sender. Case-insensitive."
},
"from": {
"type": "string",
"description": "Earliest date, YYYY-MM-DD."
},
"to": {
"type": "string",
"description": "Latest date, YYYY-MM-DD."
},
"has_attachment": {
"type": "boolean",
"description": "Only messages carrying an attachment."
},
"cursor": {
"type": "integer",
"description": "Resume position from a previous call. Omit to start at the beginning.",
"minimum": 0
}
}
}
Similar websites
dribba.com
Digital product agency in Barcelona and Andorra since 2011 — product strategy, design and engineering, and an official Google Flutter Partner.
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.