MCPVault

duplicatePage

MCP tool from Growi MCP Server by growilabs

Duplicate a page (including child pages)

How to use it

duplicatePage is exposed by the Growi MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the duplicatePage tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Growi MCP Server

$npx skills add growilabs/growi-mcp-server
FULL GROWI MCP SERVER LISTING

Other tools in Growi MCP Server (32)

addComment

Add a comment to a page

createPage

Create a new page

createShareLink

Create a share link

deletePages

Delete pages (bulk operation supported)

deleteShareLinkById

Delete a specific share link

deleteShareLinks

Delete share links

editPage

Edit parts of a page with string replacements without sending the whole body (supports dry-run diff preview)

getComments

Get comments of a page

getPage

Deprecated, will be removed in 2.0.0. Alias of getPageWholeContents kept for backward compatibility; use getPageOutline, getPageSection, or getPageWholeContents instead

getPageInfo

Get detailed page information

getPageListingChildren

Get child pages of specified page

getPageListingRoot

Get root page list

getPageOutline

Get the heading outline of a page (heading tree with line ranges and sizes, without the body); also detects setext-style (underline) headings

getPageSection

Read only a part of a page, addressed by heading text or line range

getPageTag

Get tags of a page

getPageWholeContents

Get the full markdown body of a page

getRecentPages

Get list of recently updated pages

getRevision

Get details of a specific revision

getRevisionDiffs

Get unified diffs for a batch of revision pairs (requires GROWI v7.5.6 or later)

getShareLinks

Get share links of a page

getTagList

Get list of tags

getUserRecentPages

Get recent pages of a specific user

listRevisionChanges

List the authenticated user's consecutive-edit runs across all pages (requires GROWI v7.5.6 or later)

listRevisions

Get page edit history (revision bodies are omitted; bodyLength is returned instead)

pageListingInfo

Get summary information of page listings

publishPage

/ unpublishPage - Set page publish/unpublish status

removeComment

Remove a comment from a page

renamePage

Change page name and path

searchPages

Search pages by keywords

searchTags

Search tags

updatePage

Update an existing page (full-body replace; returns the new revision ID)

updateTag

Update tags of a page