Skip to main content
Glama

create_list_comment

Post a comment to a specific ClickUp list. Supports assigning a user and notifying all list members.

Instructions

Add a comment to a list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesThe list ID
assigneeNo
notify_allNo
comment_textYes
Behavior2/5

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

No annotations are provided, so the description carries full burden of behavioral disclosure. It does not mention that this creates a side-effect (adding a persistent comment), whether notify_all triggers notifications to members, whether assignee sets a commenter assignment, or any authorization requirements. For a mutation tool with zero annotation coverage, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (one sentence, six words), which is concise, but it borders on under-specification rather than genuine conciseness. It earns a moderate score because there's no waste, but it's so minimal it adds minimal value.

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

Completeness2/5

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

This is a mutation tool with no annotations and no output schema, and 3 of 4 parameters are undocumented. For a tool that should explain what happens when a comment is added, who gets notified, and how assignee works, the one-sentence description is inadequate. It should clarify the relationship to the notify_all and assignee fields.

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

Parameters2/5

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

Schema description coverage is only 25% (only list_id has a description), so the description must compensate. It mentions nothing about comment_text, assignee, or notify_all semantics. The description 'Add a comment to a list' adds no information beyond what the tool name implies and does nothing to explain the four parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Add a comment to a list' uses a clear verb ('Add') plus resource ('comment to a list'), which states the core purpose. However, it doesn't differentiate from sibling tools like create_task_comment, create_chat_view_comment, create_threaded_comment, or other comment-related tools, and fails to mention the assignee/notify_all capabilities it supports beyond simple commenting.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus the many sibling comment tools (create_task_comment, create_chat_view_comment, create_threaded_comment). The description does not specify that this targets list-level comments specifically, nor when to prefer it over alternatives. With numerous sibling comment tools present, this is a notable gap.

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

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