Skip to main content
Glama

get_doc_page

Retrieve a single page from a ClickUp Doc with its content in markdown or HTML format. Use after listing pages to read a specific page.

Instructions

Get a single page of a Doc with its content (ClickUp Docs v3). Returns content as markdown by default. Use after get_doc_page_listing to read one specific page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
doc_idYesID of the Doc the page belongs to.
page_idYesID of the page to fetch.
content_formatNoFormat to return the content in: 'text/md' (default) or 'text/html'.
Behavior4/5

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

No annotations exist, but the description clarifies it's a read operation ('Get') and defaults to markdown. It doesn't detail error handling or limits, but for a simple fetch tool this is acceptable.

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?

Two sentences with no filler. The first sentence covers purpose and default output; the second adds usage ordering. Every word earns its place.

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

Completeness5/5

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

For a simple fetch tool with comprehensive schema descriptions, this description covers the essential flow (use after listing, returns content). No output schema is needed for clarity.

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?

Schema coverage is 100%, so baseline is 3. The description adds the default content_format ('text/md'), which is helpful but overlaps with schema descriptions. No critical param info is missing.

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 explicitly states the action (Get a single page), the resource (Doc), and the output format (markdown default). It distinguishes from sibling 'get_doc_page_listing' by mentioning it should be used after listing to read one specific page.

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 directly advises using this tool after 'get_doc_page_listing', providing clear sequencing. While it doesn't cover exclusion cases or alternatives, the context is sufficient for typical usage.

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/helbertparanhos/clickup-mcp-pro'

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