# Page through larger Gmail result sets

> Gmail tools now support pagination, with a max_results_per_request control over how many messages each request pulls.

- Published: 2026-07-20
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/page-through-larger-gmail-result-sets
- Markdown: https://agno-com-nine.vercel.app/articles/page-through-larger-gmail-result-sets.md

Gmail tools now support pagination, with a `max_results_per_request` control over how many messages each request pulls. An agent can work through mailboxes and searches that run past a single page instead of stopping at the first batch, while you keep each request within the Gmail API's limits.

See the [Gmail docs](https://docs.agno.com/tools/toolkits/social/gmail) for usage.
