Coda MCP Server

by orellazri
Verified

create-page

Add a new page to a Coda document by specifying the page name and optional markdown content, enabling organized and structured document management.

Instructions

Create a page in the current document

Input Schema

NameRequiredDescriptionDefault
contentNoThe markdown content of the page to create
nameYesThe name of the page to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The markdown content of the page to create", "type": "string" }, "name": { "description": "The name of the page to create", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Coda MCP Server

Related Tools

ID: 38fjc3ivaj