Coda MCP Server

by orellazri
Verified

duplicate-page

Create a copy of a page within a Coda document by specifying the original page ID or name and assigning a new name to the duplicated page.

Instructions

Duplicate a page in the current document

Input Schema

NameRequiredDescriptionDefault
newNameYesThe name of the new page
pageIdOrNameYesThe ID or name of the page to duplicate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newName": { "description": "The name of the new page", "type": "string" }, "pageIdOrName": { "description": "The ID or name of the page to duplicate", "type": "string" } }, "required": [ "pageIdOrName", "newName" ], "type": "object" }

You must be authenticated.

Other Tools from Coda MCP Server

Related Tools

ID: 38fjc3ivaj