Skip to main content
Glama

Coda MCP Server

coda_duplicate_page

Copy a page within a Coda document by specifying the document ID, page ID or name, and the new page name. Use this tool to replicate content efficiently.

Instructions

Duplicate a page in the current document

Input Schema

NameRequiredDescriptionDefault
docIdYesThe ID of the document that contains the page to duplicate
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": { "docId": { "description": "The ID of the document that contains the page to duplicate", "type": "string" }, "newName": { "description": "The name of the new page", "type": "string" }, "pageIdOrName": { "description": "The ID or name of the page to duplicate", "type": "string" } }, "required": [ "docId", "pageIdOrName", "newName" ], "type": "object" }

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