Skip to main content
Glama
nianyi778

jira-dev-mcp

by nianyi778

jira_add_comment

Post a comment on a Jira issue and retrieve the comment URL for direct verification.

Instructions

Post a comment on a Jira issue. Returns the comment URL so you can verify it directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoJira issue key (e.g. AT-123). Required for new comments, optional when confirming with confirm_token.
bodyNoComment text (plain text, will be wrapped in ADF paragraph). Required for new comments, optional when confirming with confirm_token.
confirm_tokenNoConfirmation token from preview step. When provided, key and body are optional — the pending comment content is used.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions returning the comment URL, but omits important traits such as the need for authentication, the two-step confirmation flow (preview then confirm), and the fact that posting is a mutating action. This is insufficient for a mutation tool.

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 extremely concise, consisting of two short sentences. It front-loads the primary purpose and then provides a useful verification detail without any wasted words.

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?

The tool has a non-trivial flow (optional confirmation token) that is not explained in the description. The description is too minimal to fully inform the agent about when to provide confirm_token or how the preview step works, making it incomplete for effective invocation.

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?

The schema descriptions already cover 100% of parameters with meaningful definitions (key, body, confirm_token), so the baseline is 3. The description adds no further parameter context, but it is not required given the schema's thoroughness.

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 the tool's function with a specific verb ('Post') and resource ('comment on a Jira issue'), and the distinction from sibling jira_edit_comment is evident. It also adds a concrete outcome (returns the comment URL), making the purpose unambiguous.

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 when to use the tool (to post a comment) but does not explicitly mention alternatives like jira_edit_comment for editing comments, nor does it explain the preview/confirm_token workflow. This leaves usage context somewhat implicit rather than fully guided.

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/nianyi778/jira-dev-mcp'

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