Skip to main content
Glama

get_doc_pages

Retrieve every page of a ClickUp Doc with full content, returned as markdown. Use to read an entire Doc at once.

Instructions

Get every page of a Doc together with its full content (ClickUp Docs v3). Returns content as markdown by default. Use to read an entire Doc at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
doc_idYesID of the Doc whose pages to fetch.
content_formatNoFormat to return page 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 are provided, so the description must cover behavioral traits. It discloses the default return format (markdown) and the alternative (HTML) via the content_format parameter. However, it does not mention potential limitations such as pagination for very large docs, or whether the operation is read-only (assumed but not stated). The description is mostly transparent.

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 consists of three short sentences that are front-loaded with the core purpose. Every sentence adds value, and there is no redundancy or unnecessary detail.

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

Completeness3/5

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

The tool lacks an output schema, and the description does not specify the structure of the returned data (e.g., whether it is an array of pages with title and content). It states the content format but not the overall response shape. Given the complexity of returning 'every page' with 'full content', more detail would be helpful for complete understanding.

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 input schema has 100% documentation coverage, with each parameter's description fully explaining its purpose and defaults. The tool description adds no additional semantic information beyond what is already in the schema. Per guidelines, with high coverage, baseline is 3.

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 'Get', the resource 'every page of a Doc', and the scope 'full content'. It distinguishes itself from siblings like 'get_doc', 'get_doc_page', and 'get_doc_page_listing' by emphasizing that it retrieves all pages with content.

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 states 'Use to read an entire Doc at once', providing a clear when-to-use scenario. It does not include when-not-to-use or alternatives, but the sibling tool names and purposes can be inferred. Some explicit exclusions would elevate this to a 5.

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