Merged
Conversation
Generated-By: mintlify-agent
densumesh
approved these changes
Apr 1, 2026
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
get_pageMCP tool that retrieves full page content by path, complementing the existing search toolpageparameter for the get page toolTriggered by mintlify/server#4356, which adds server-side
get_pageendpoints to the MCP server. This new tool lets AI applications retrieve the complete content of a documentation page when they already know the path, rather than relying solely on search snippets.Note
Low Risk
Documentation-only changes; low risk aside from potential confusion if tool names/limits don’t exactly match server behavior.
Overview
Updates the MCP server docs to describe two available tools instead of search-only, adding a new MCP tools section that explains when to use
searchvsget page(full page retrieval).Documents the new
get pagetool’s requiredpageparameter and expands the rate-limits table to list separate per-domain limits for search vs get-page, including authenticated variants.Written by Cursor Bugbot for commit e5e623e. This will update automatically on new commits. Configure here.