Skip to main content
Glama

get_page_content_export_status

Check the status of a page export and automatically download the content when it becomes ready after starting an export request.

Instructions

Check status of a page export and auto-download content when ready - poll this after starting export with begin_page_content_export

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
page_id_or_nameYes
request_idYes

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.
download_linkNoOnce the export completes, the location where the resulting export file can be downloaded; this link typically expires after a short time. Call this method again to get a fresh link.
errorNoMessage describing an error, if this export failed.
contentNoThe actual exported page content (HTML or markdown). This is automatically downloaded when status is 'complete'. Note: This field is a convenience enhancement not in the OpenAPI spec.
Behavior4/5

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

The description discloses key behaviors: checking status and auto-downloading when ready. With no annotations, it adds valuable behavioral insight, though it could mention error handling or rate limits.

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?

A single sentence that efficiently conveys purpose, usage context, and key behavior with no extraneous words.

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 presence of an output schema (not shown) and three required parameters, the description provides a clear workflow position and auto-download behavior, though it could address error states or timeouts.

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

Parameters2/5

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

Schema description coverage is 0%, and the tool description does not explain any of the three required parameters (doc_id, page_id_or_name, request_id), leaving the agent to infer meaning from names alone.

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 action ('Check status'), the resource ('page export'), and the context ('poll this after starting export with begin_page_content_export'), distinguishing it from its sibling tool.

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

Usage Guidelines4/5

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

The description explicitly instructs when to use the tool (poll after beginning export) and implies it is not for initiating export, providing clear context without explicit exclusions.

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