page_email
Access and organize emails by paginating through messages, filtering by date, subject, sender, or recipient, and setting page size with MCP Email Server.
Instructions
Paginate emails, page start at 1, before and since as UTC datetime.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_name | Yes | The name of the email account. | |
before | No | Retrieve emails before this datetime (UTC). | |
body | No | Filter emails by body. | |
from_address | No | Filter emails by sender address. | |
order | No | Order emails by field. `asc` or `desc`. | desc |
page | No | The page number to retrieve (starting from 1). | |
page_size | No | The number of emails to retrieve per page. | |
since | No | Retrieve emails since this datetime (UTC). | |
subject | No | Filter emails by subject. | |
text | No | Filter emails by text. | |
to_address | No | Filter emails by recipient address. |