Skip to main content
Glama
christojansen75

Jira/Confluence Team Lead MCP

get_sprint_issues

Retrieve issues in a sprint, filterable by status or status category, with details like assignee, story points, and status. Optionally publish results to Confluence for sharing.

Instructions

Issues in a sprint, optionally filtered by status name (e.g. 'Needs Refinement') or status category (new/indeterminate/done). Returns key, summary, assignee, story points and status. Set publish=true to write the result to Confluence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publishNo
statusesNo
space_keyNo
sprint_idYes
page_titleNo
project_keyNo
table_styleNoplain
parent_page_idNo
status_categoriesNo
include_confluence_storageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the side effect of publish=true writing to Confluence and the returned fields. However, it omits details on authentication, error behavior, pagination, or the consequences of publishing (e.g., overwrite vs create new page), leaving gaps in behavioral 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 three compact sentences with no filler. It front-loads the core functionality and adds the publish caveat prominently, making it easy to parse quickly.

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?

With 10 parameters, no annotations, and 0% schema coverage, the description is not complete. It covers the filtering and publish aspects but leaves the Confluence-related parameters unexplained, making it hard for an agent to correctly invoke the tool with all necessary details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate. It clarifies statuses, status_categories, and publish, but fails to explain the remaining 7 parameters (e.g., space_key, page_title, project_key, table_style, parent_page_id, include_confluence_storage), which is a significant gap given the tool's complexity.

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 returns issues in a sprint, distinguishing it from sibling tools like list_sprints (which lists sprints) and publish_confluence_page (which publishes pages). It also mentions the optional filtering and publishing side-effect, giving a specific verb+resource description.

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: to get issues in a sprint with optional filtering by status or status category, and to optionally publish to Confluence via publish=true. It provides clear context but does not explicitly state when to prefer this over alternatives like get_refinement_readiness_report or publish_confluence_page.

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/christojansen75/JiraMCP'

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