Skip to main content
Glama

Coda MCP Server

coda_replace_page_content

Replace existing page content in a Coda document with new markdown content by specifying the document ID, page ID or name, and updated content.

Instructions

Replace the content of a page with new markdown content

Input Schema

NameRequiredDescriptionDefault
contentYesThe markdown content to replace the page with
docIdYesThe ID of the document that contains the page to replace the content of
pageIdOrNameYesThe ID or name of the page to replace the content of

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The markdown content to replace the page with", "type": "string" }, "docId": { "description": "The ID of the document that contains the page to replace the content of", "type": "string" }, "pageIdOrName": { "description": "The ID or name of the page to replace the content of", "type": "string" } }, "required": [ "docId", "pageIdOrName", "content" ], "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