Skip to main content
Glama

clickup_doc_pages

List and retrieve pages from a ClickUp document, including nested subpages and optional content, to organize and access documentation structure efficiently.

Instructions

List the pages inside a ClickUp doc, including any nested subpages. Returns an array of page objects (id, name, sub_title, parent_page_id, and optionally content). Pages are ordered by their tree position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNotrue = include each page's full markdown body in the 'content' field; false or omitted = return page metadata only (faster, smaller payload).
doc_idYesID of the parent doc. Obtain from clickup_doc_list (field: id).
team_idNoWorkspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config.
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses key behavioral traits: it returns an array of page objects with specific fields, includes ordering ('ordered by their tree position'), and mentions performance trade-offs for the content parameter. However, it doesn't cover authentication needs, rate limits, error conditions, or pagination behavior.

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 perfectly front-loaded with the core purpose in the first sentence, followed by essential details about return format and ordering. Every sentence earns its place with no wasted words, making it highly efficient and scannable.

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?

For a read-only listing tool with 100% schema coverage but no output schema, the description adequately covers the basic operation. However, without annotations or output schema, it lacks details about authentication requirements, error handling, rate limits, and the complete structure of returned page objects beyond the listed fields.

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 description coverage is 100%, so the schema already fully documents all three parameters. The description adds marginal value by mentioning the 'content' parameter's effect on performance and payload size, but doesn't provide additional semantic context beyond what's in the schema descriptions.

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 specific action ('List the pages inside a ClickUp doc') and resource ('pages'), including scope details ('including any nested subpages'). It distinguishes from siblings like clickup_doc_get (retrieves a single doc) and clickup_doc_get_page (retrieves a single page) by focusing on listing all pages within a document.

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 provides clear context for when to use this tool (to list pages within a document with optional content inclusion). However, it doesn't explicitly state when NOT to use it or name specific alternatives among the many sibling tools, though the purpose naturally differentiates it from non-doc-related tools.

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/nicholasbester/clickup-cli'

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