Skip to main content
Glama

Coda MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/orellazri/coda-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server