Skip to main content
Glama

clickup_comment_update

Replace the text, reassign, or resolve a ClickUp comment. The entire comment body is overwritten; marking resolved strikes through and closes the thread.

Instructions

Edit the text, assignee, or resolution state of a ClickUp comment on a task, list, or view. The entire comment body is replaced by the new text (no partial edits). Marking resolved=true strikes through the comment and closes the thread. Returns the updated comment object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assigneeNoReassign the comment to this user ID, who will receive a notification. Obtain from clickup_member_list.
comment_idYesID of the comment to edit. Obtain from clickup_comment_list (field: id).
resolvedNotrue = mark the comment thread resolved/closed; false = reopen it.
textYesReplacement body for the comment. @mentions (e.g. '@username') are rendered. Markdown is NOT rendered by ClickUp's v2 comment API; markdown syntax is stored as literal text. The previous body is overwritten entirely.
Behavior4/5

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

With no annotations, the description covers key behaviors: full body replacement (no partial edits), resolution effect (strikes through, closes thread), and text rendering nuances (@mentions rendered, markdown not). However, it omits side effects like notifications for assignee changes, rate limits, or permission requirements.

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?

Three sentences with no redundancy. The first sentence states the purpose, the second adds a critical behavioral note (full replacement), and the third explains a key parameter effect and return value. Efficient 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?

The description adequately covers the tool's function and important behaviors for a 4-parameter mutation tool without output schema. It mentions return of updated object but lacks detail on the structure. Given the lack of annotations and output schema, slightly more context on permissions or error states would enhance completeness.

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 coverage is 100%, so baseline is 3. The description adds value beyond schema by explaining that text is a full replacement and that resolved=true closes the thread. Parameter descriptions are detailed (e.g., assignee notification, text rendering), making semantics clear.

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 'Edit' and the resources 'text, assignee, or resolution state of a ClickUp comment on a task, list, or view'. It distinguishes from creation and deletion siblings by focusing on modification and includes critical details like full text replacement and resolution behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for editing an existing comment but does not explicitly state when to use this tool versus alternatives like clickup_comment_delete or clickup_comment_create. No when-not-to-use guidance is provided, leaving the agent to infer from the name and context.

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