Skip to main content
Glama

create_threaded_comment

Reply to an existing ClickUp comment by providing the parent comment ID and your reply text, with an option to notify all participants in the thread.

Instructions

Reply to an existing comment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesThe parent comment ID
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 the full burden. 'Reply to an existing comment' implies mutation but doesn't disclose behavioral traits: whether comment_text has length limits, whether notify_all requires specific permissions, what happens if comment_id is invalid, or the return format. For a write operation with zero annotation coverage, this is a significant transparency gap.

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

Conciseness4/5

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

'Reply to an existing comment' is a single efficient sentence with zero waste. It's appropriately brief, though given the low schema coverage and missing annotations, the brevity veers toward under-specification rather than true conciseness.

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?

With no annotations, no output schema, and only 33% schema coverage, this tool needs the description to carry more weight. The description doesn't cover parameter semantics for 2 of 3 params, doesn't clarify the notify_all behavior, doesn't mention permissions or error conditions. For a write operation with these gaps, the description is incomplete.

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 only 33% (only comment_id is described). The description adds 'Reply' framing which clarifies that comment_id is the parent and comment_text is the reply content, but doesn't describe comment_text or notify_all semantics beyond what's in the schema. With low coverage, the description should compensate more but provides only marginal added meaning.

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 states 'Reply to an existing comment' which clearly identifies the verb (reply) and resource (comment), distinguishing it from create_task_comment or create_list_comment which create standalone comments. However, 'threaded' differentiates it from perhaps create_task_comment, though the description doesn't explicitly leverage that distinction. The purpose is clear enough but doesn't explicitly reference the parent-child relationship aspect.

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 on when to use this vs alternatives. There are multiple comment-creation siblings (create_task_comment, create_list_comment, create_chat_view_comment) and the description doesn't explain that this one is for replying within a thread while others create top-level comments. The parent comment_id requirement is implicit in the schema but not articulated as a usage cue.

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