Skip to main content
Glama

begin_page_content_export

Initiate an async export of a Coda page's content in HTML or markdown format. Returns a request ID to check export status.

Instructions

Start an async export of page content in HTML or markdown format - returns request ID to poll for completion with get_page_content_export_status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
page_id_or_nameYes
output_formatNohtml

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe identifier of this export request.
statusYesThe status of this export.
hrefYesThe URL that reports the status of this export. Poll this URL to get the content URL when the export has completed.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description clearly communicates the async behavior and the polling mechanism. While it doesn't detail side effects or authentication, the essential behavioral trait (async export with polling) is well-conveyed, which is sufficient for this context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the core purpose and immediately conveys the key behavior (async, polling). No unnecessary words or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the async nature and existence of an output schema, the description covers the essential flow: start export, get request ID, poll status. It omits potential failure modes or concurrency details, but for a straightforward export tool, this is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate. It clarifies that output_format accepts 'HTML or markdown', adding meaning beyond the schema. However, doc_id and page_id_or_name are not explained, leaving some ambiguity despite their self-evident names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Start', the resource 'page content export', and specifies the output formats 'HTML or markdown'. It also explains the async nature and mentions the related polling tool, distinguishing it from siblings like get_page_content_export_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions polling with get_page_content_export_status to check completion, providing some usage context. However, it does not specify when to use this tool versus alternatives, nor does it include exclusions or prerequisites. This leaves room for ambiguity in tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/TJC-LP/coda-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server