docs: add pagination and max_results to Gmail and Calendar toolkits#739
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
from
July 20, 2026 17:26
5d8925c to
239c366
Compare
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
from
July 20, 2026 18:28
239c366 to
b87c911
Compare
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
from
July 20, 2026 19:02
b87c911 to
4475c79
Compare
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
2 times, most recently
from
July 20, 2026 19:07
24598de to
0e824b8
Compare
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
from
July 20, 2026 19:11
0e824b8 to
7d66bc1
Compare
Document new max_results parameter (default: 20) from agno-agi/agno#9030. Prevents context overflow by capping results per API request. Updated toolkits: - Gmail - Google Calendar - Google Drive - Google Slides
Mustafa-Esoofally
force-pushed
the
docs/gmail-pagination
branch
from
July 20, 2026 19:30
7d66bc1 to
ddbc006
Compare
ysolanky
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents new
max_resultsparameter (default: 20) from agno-agi/agno#9030.This parameter caps results per API request to prevent context overflow in LLM agents. Increase it if your model has a larger context window.
Updated Toolkits
tools/toolkits/social/gmail.mdxtools/toolkits/others/googlecalendar.mdxtools/toolkits/others/google-drive.mdxtools/toolkits/others/google-slides.mdxChanges
<Tip>explaining the 20-result default and when to increase itmax_resultsparameter to each toolkit's params table