Skip to main content
Glama

add_comment

Post a comment to a specific Plane task using HTML content, enabling team communication and task updates.

Instructions

Post a comment on a task.

body_html is run through nh3 with the default allowlist before being sent to Plane. Plane sanitizes description_html server-side but not comment_html, so we mirror its sanitizer here to keep parity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesTask UUID.
body_htmlYesComment body as HTML.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully carries the behavioral burden. It reveals that body_html is sanitized with nh3 default allowlist, explaining the reason for parity with Plane's sanitizer. This adds meaningful behavior beyond just 'post a comment'.

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 only two sentences, with the purpose front-loaded and the technical note placed after. Every sentence earns its place; no filler or redundancy.

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?

The tool is simple and has a full schema, but the description omits any guidance on how this relates to sibling add_comment_with_image. Given the sibling context, this is a notable gap in 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 provides complete descriptions for both parameters, so baseline is 3. The description adds value by explaining that body_html will be sanitized, giving important behavioral context for that parameter.

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

Purpose4/5

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

The description clearly states the action ('Post a comment on a task'), identifying the verb and resource. It does not explicitly distinguish from sibling add_comment_with_image, so it just misses the top score.

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 this is the standard comment tool but does not explicitly state when to use it versus add_comment_with_image. No exclusion criteria or alternatives are mentioned, leaving usage guidance implied.

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/babazulu/plane-mcp'

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