Coda MCP Server

by orellazri
Verified

update-page

Replace or append markdown content to a specified page within Coda documents using the Coda MCP Server. Input page ID/name and choose to replace or append content efficiently.

Instructions

Replace or append to the content of a page

Input Schema

NameRequiredDescriptionDefault
appendYesWhether to append the content to the page instead of replacing it
contentYesThe markdown content to replace the page with
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": { "append": { "description": "Whether to append the content to the page instead of replacing it", "type": "boolean" }, "content": { "description": "The markdown content to replace the page with", "type": "string" }, "pageIdOrName": { "description": "The ID or name of the page to replace the content of", "type": "string" } }, "required": [ "pageIdOrName", "content", "append" ], "type": "object" }

You must be authenticated.

Other Tools from Coda MCP Server

Related Tools

ID: 38fjc3ivaj