Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_comments_add

Add comments to Jira issues using plain text or ADF JSON. Returns comment ID, issue key, author, and creation time.

Instructions

Add a comment to a Jira issue.

Accepts plain text (auto-converted) or raw ADF JSON. Returns: {id, issue_key, author, created}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYesIssue key, e.g. 'PROJ-123'
bodyYesComment text. Plain text is auto-converted to ADF format.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate readOnlyHint=false, consistent with the write operation. Description adds behavioral details: auto-conversion of plain text to ADF JSON and return fields. No contradictions.

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?

Two sentences and a return line, no fluff. Purpose is front-loaded, and every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple tool, the description covers input formats, output fields, and purpose. Output schema is implied, and schema parameters are well-documented. No missing critical information.

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 coverage is 100% with descriptions for both parameters. Description reinforces the body parameter's auto-conversion but adds no new information beyond the schema. Baseline score of 3 is appropriate.

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?

Description clearly states 'Add a comment to a Jira issue' with a specific verb and resource, distinguishing it from siblings like jira_comments_list (list comments) and jira_issues_create (create issues). Also mentions accepted formats, adding clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for adding comments, but does not explicitly contrast with alternatives like jira_comments_list for reading. However, the verb 'add' and the context of writing make it clear when to use this tool.

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/its-qusai-nasr/jira-admin-mcp'

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