Skip to main content
Glama
azukhrufy
by azukhrufy

get_doc_pages

Retrieve all pages in a ClickUp Doc by providing the doc ID and team ID.

Instructions

Get all pages in a ClickUp Doc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesThe ID of the doc
team_idYesThe ID of the team (workspace)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It merely states the operation 'Get all pages' without revealing important details such as return format, pagination behavior, or whether nested/subpages are included. This lack of behavioral context is a significant gap.

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 sentence with no wasted words. It directly conveys the purpose without unnecessary elaboration.

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?

Given the tool's simplicity and complete schema, the description adequately identifies the required parameters and core function. However, there is no output schema and no annotations, and the description does not clarify return values or edge cases like nested pages, which leaves some ambiguity for an agent.

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 baseline is 3. The parameter descriptions are tautological ('The ID of the doc'), but the tool description adds minimal context by mentioning 'ClickUp Doc'. This adds little beyond the schema.

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 tool gets all pages in a ClickUp Doc, using a specific verb and resource. It distinguishes itself from the sibling get_doc_page by using the plural 'pages', indicating a list operation.

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 makes the usage context clear: use this to retrieve all pages of a doc. It does not explicitly mention alternatives or exclusions, but the plural 'pages' implies a contrast with the singular get_doc_page sibling.

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/azukhrufy/clickup-mcp-server'

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