Skip to main content
Glama

jira_add_comment

Add a comment to a Jira issue using markdown formatting. Supports headings, lists, code blocks, and user mentions via @[accountId].

Instructions

Adds a comment to a Jira issue.

Args: issue_key: The ID or key of the issue. comment: The comment content in markdown. Supports headings, bold, italic, strikethrough, links, code blocks, lists, tables, etc.

Mentioning users: To tag a user, first call jira_search_users to find their accountId, then use @[accountId] in the text (e.g. @[712020:abc123]). You can also use @username which auto-resolves if there is exactly one match, but will fail if ambiguous — prefer @[accountId].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYes
commentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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. It discloses markdown support and user mentioning format, which is helpful. However, it does not mention error handling, permissions, or response behavior beyond what is implied by 'adds a comment'. Given the simplicity, a score of 3 reflects adequate but not exhaustive transparency.

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 concise and well-structured: a single sentence for purpose, followed by parameter descriptions and a usage note. No extraneous information.

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?

Given the tool is simple with only two parameters and an output schema exists, the description covers the main points: required parameters, markdown support, and user mentions. It could mention that comments are appended to existing ones, but that is implied. Score 4 for being sufficiently complete.

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 description coverage is 0%, so the description must compensate. It describes issue_key minimally as 'The ID or key of the issue.' but expands on comment with details about markdown and user tagging format. The description adds value over the schema by explaining the @[accountId] syntax and markdown features.

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 'Adds a comment to a Jira issue.' which is a specific verb-resource combination. The tool name 'jira_add_comment' and the sibling tools 'jira_edit_comment', 'jira_delete_comment', 'jira_get_comments' make the distinction obvious.

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 does not explicitly compare with sibling tools or state when to use this vs alternatives. However, it provides a usage note for mentioning users and recommends calling jira_search_users first. The purpose is clear from the name, so a score of 3 is appropriate.

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/tingyiy/atlassian-mcp-server'

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