Coda MCP Server

by orellazri
Verified

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

ID: 38fjc3ivaj