Skip to main content
Glama

Coda MCP Server

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" }
Install Server

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