Skip to main content
Glama

List sprints

jira_list_sprints
Read-onlyIdempotent

List sprints for a Scrum board by board ID, with optional state filter (active, future, closed). Returns sprint IDs, names, goals, and dates; use the ID to fetch or move issues.

Instructions

Lists a board's sprints with their id, name, state, goal and dates. Filter with state ("active" for the sprint in flight, "future" for the ones planned). The sprint id is what jira_get_sprint_issues and jira_move_to_sprint take. Kanban boards have no sprints. One page per call: when paging.partial is true, call again with startAt = paging.nextStartAt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoSprint state filter: "active", "future", "closed", or several of them. Omit to list every sprint the board has ever had.
boardIdYesBoard id from jira_list_boards. Scrum boards only.
profileNoNamed credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE).
startAtNoOffset to resume from — pass `paging.nextStartAt` from the previous call.
maxResultsNoRows per page, 1…50 (the Agile API's own cap); default 50. One page is read per call.
Behavior5/5

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

Annotations already communicate safe read-only behavior. The description adds meaningful behavioral detail beyond that: the shape of results (id, name, state, goal, dates), the single-page-per-call behavior, and the pagination continuation contract. It also warns about a meaningful edge case (Kanban boards have no sprints).

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?

Four tightly packed sentences deliver purpose, field list, filter semantics, cross-tool context, a caveat, and pagination guidance with no filler. The most important information is front-loaded, and every sentence earns its place.

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?

For a read-only listing tool with rich annotations and a fully documented schema, the description covers everything needed to select and invoke it correctly: output fields, filter options, integration with dependent tools, board-type limitation, and pagination. No critical operational detail is missing even without an output schema.

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 coverage is 100%, so the baseline is 3. The description adds further meaning to the state parameter by explaining which state corresponds to 'sprint in flight' and 'ones planned', and it clarifies the startAt parameter's role in pagination by referencing paging.nextStartAt. This is useful semantic enrichment beyond the schema's plain descriptions.

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 opens with a specific verb and resource: 'Lists a board's sprints', and enumerates the returned fields. It clearly distinguishes itself from sibling sprint tools by noting that the sprint id is consumed by jira_get_sprint_issues and jira_move_to_sprint, which are separate operations.

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

Usage Guidelines5/5

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

It gives actionable context for when to call this tool and how to refine calls: state filtering with 'active' and 'future' semantics, the caveat that Kanban boards have no sprints, and precise pagination instructions ('when paging.partial is true, call again with startAt = paging.nextStartAt'). This goes beyond generic selection guidance.

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

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