Skip to main content
Glama

Coda MCP Server

coda_append_page_content

Add markdown content to the end of a specified page in a Coda document by providing the document ID, page ID or name, and the content to append.

Instructions

Append new markdown content to the end of a page

Input Schema

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

Input Schema (JSON Schema)

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