Skip to main content
Glama

Coda MCP Server

get-page-content

Retrieve the content of a Coda page as markdown by specifying its ID or name, enabling efficient data extraction and integration for AI-driven workflows.

Instructions

Get the content of a page as markdown

Input Schema

NameRequiredDescriptionDefault
pageIdOrNameYesThe ID or name of the page to get the content of

Input Schema (JSON Schema)

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

You must be authenticated.

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