Skip to main content
Glama

update_work_item_comment

Idempotent

Update an existing comment on a work item by providing the project, work item, and comment IDs, optionally modifying content, access level, or external references.

Instructions

Update a comment for a work item.

Args: project_id: UUID of the project work_item_id: UUID of the work item comment_id: UUID of the comment comment_html: Comment content in HTML format comment_json: Comment content in JSON format access: Access level for the comment (INTERNAL or EXTERNAL) external_source: External system source name external_id: External system identifier

Returns: Updated WorkItemComment object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessNo
comment_idYes
project_idYes
external_idNo
comment_htmlNo
comment_jsonNo
work_item_idYes
external_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
actorNo
issueNo
accessNo
projectNo
edited_atNo
is_memberNo
workspaceNo
created_atNo
created_byNo
deleted_atNo
updated_atNo
updated_byNo
attachmentsNo
external_idNo
comment_htmlNo
external_sourceNo
comment_strippedNo
Behavior3/5

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

Annotations already indicate this tool modifies data (readOnlyHint=false) and is idempotent (idempotentHint=true). The description adds no further behavioral context such as authentication needs or side effects, so it meets the baseline but adds no extra value.

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?

The description is concise, using a single paragraph with a clear list of arguments. It is well-structured and front-loaded with the purpose. Minor redundancy with schema type info does not significantly detract.

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 description explains all parameters and notes the return type, but lacks details on update behavior (e.g., partial vs full replacement), constraints, or validation rules. Given the output schema exists, return values are covered, but the description remains adequate with gaps.

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?

With 0% schema description coverage, the description compensates by listing all parameters with brief explanations (e.g., 'UUID of the project', 'Comment content in HTML format', 'Access level for the comment (INTERNAL or EXTERNAL)'), adding meaning beyond the bare schema types.

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 'Update a comment for a work item', specifying the verb 'update' and the resource 'work item comment'. This distinguishes it from sibling tools like create, retrieve, list, and delete.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no scenarios where it should not be used.

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

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