Skip to main content
Glama
raalarcon9705

raalarcon-jira-mcp-server

get_comments

Retrieve and navigate comments for Jira issues using pagination to manage large comment lists efficiently.

Instructions

Get comments for a Jira issue with pagination support. Returns comments with pagination metadata to help navigate through large comment lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueKeyYesThe issue key to get comments for (e.g., "PROJ-123")
startAtNoStarting index for pagination (0-based). Use this to get the next page of comments. Default: 0
maxResultsNoMaximum number of comments to return per page (1-100). Use smaller values for faster responses. Default: 50
Behavior3/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 adds value by specifying 'with pagination support' and that it 'Returns comments with pagination metadata to help navigate through large comment lists', which clarifies the output format and handling of large datasets. However, it lacks details on permissions, rate limits, or error conditions, leaving some behavioral aspects unclear.

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 appropriately sized with two sentences that are front-loaded: the first states the core purpose, and the second adds key behavioral context (pagination). There's minimal waste, though it could be slightly more structured by explicitly separating purpose from guidelines.

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?

Given the tool's moderate complexity (a read operation with pagination), no annotations, and no output schema, the description is partially complete. It covers the basic purpose and pagination behavior but lacks details on authentication, error handling, or return format specifics, making it adequate but with clear gaps for an agent to rely on.

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 input schema has 100% description coverage, clearly documenting all three parameters (issueKey, startAt, maxResults) with details like examples, defaults, and constraints. The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline score of 3 for high schema coverage without compensating value.

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 verb 'Get' and resource 'comments for a Jira issue', making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'get_issue' or 'create_comment', which might also involve comments, so it doesn't reach the highest score.

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, such as 'get_issue' (which might include comments) or 'create_comment'. It mentions pagination for large comment lists, but this is more about behavior than usage context, leaving the agent without explicit when/when-not instructions.

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

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