From 6eaa992d4cc218d0761637fa4ec7e53de6a9790c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 23:56:23 +0000 Subject: [PATCH] Document expanded list_nodes filters and pagination Generated-By: mintlify-agent --- ai/mintlify-mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/mintlify-mcp.mdx b/ai/mintlify-mcp.mdx index 254bfb21cc..f27c1cd317 100644 --- a/ai/mintlify-mcp.mdx +++ b/ai/mintlify-mcp.mdx @@ -110,7 +110,7 @@ Every Mintlify MCP session binds to a single Git branch. The flow is: ### Navigation -- **`list_nodes`** — Walk the navigation tree, filtered by type, language, version, or tab. +- **`list_nodes`** — Walk the navigation tree with optional filters. Filter by `parentId` (use `recursive: true` to include all descendants), one or more node types, or any division scope: `language`, `version`, `tab`, `dropdown`, `anchor`, `product`, or `item`. Results are paginated through an opaque `cursor`. - **`create_node`** — Add a new page, group, tab, anchor, version, language, product, or dropdown. - **`update_node`** — Update a node's properties in place (rename a group, change an icon, set a default version). - **`move_node`** — Move a node, including renaming a page's path.