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.