Skip to main content
Glama

update_doc_page

Modify a Doc page's title, subtitle, or content. Use replace, append, or prepend modes to alter existing content.

Instructions

Update a Doc page's title, subtitle or content (ClickUp Docs v3). Use content_edit_mode to replace, append to, or prepend the existing content. Only the provided fields change. Returns the updated 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 update.
nameNoNew page title. Omit to keep current.
sub_titleNoNew subtitle. Omit to keep current.
contentNoContent to apply, combined with `content_edit_mode`.
content_formatNoFormat of the `content` field: 'text/md' (default) or 'text/html'.
content_edit_modeNoHow `content` is applied: 'replace' (default) overwrites, 'append' adds to the end, 'prepend' adds to the start.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool updates fields, how content is applied (replace/append/prepend), and that it returns the updated page. No side effects or permissions are mentioned, but for a straightforward update tool, it is adequate.

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 two sentences, front-loaded with the core action. Every sentence adds value with no fluff. It is concise and well-structured.

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?

For a tool with 8 parameters, 2 required, no output schema, and no annotations, the description covers the main behavior and the special edit mode. It mentions the return value. It could elaborate on response structure, but it is reasonably complete.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the interaction between content and content_edit_mode, and that only provided fields change. This goes beyond the schema's individual parameter 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 action: 'Update a Doc page's title, subtitle or content.' It specifies the context (ClickUp Docs v3) and the key feature (content_edit_mode). This distinguishes it from sibling tools like create_doc_page and get_doc_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 mentions that only provided fields change, which guides usage. It also explains content_edit_mode options. However, it does not explicitly state when to use this tool vs other update tools, but among siblings, it is the only doc page updater.

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