Skip to main content
Glama
GonzaloRando03

Redmine MCP Server

list_issues_by_sprint

Lists all issues assigned to a given sprint. Filter by project, status, sort order, or include related data like attachments and watchers.

Instructions

Lists all issues assigned to a specific sprint. Uses the RedmineUP Agile plugin filter. More efficient than list_issues when you need to filter by sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprint_idYesNumeric sprint ID (required)
project_idNoFilter by project ID or identifier (recommended to narrow results)
status_idNoFilter by status. Values: open, closed, * (all), or numeric ID
limitNoNumber of items per page (default 25, max 100)
offsetNoNumber of items to skip (default 0)
sortNoSort field and direction. Examples: status:asc, priority:desc
includeNoComma-separated: attachments, relations, journals, watchers, children
Behavior3/5

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

No annotations are provided, so the description must cover behavior. It mentions the use of a plugin filter, but does not disclose side effects, authentication needs, or behavior for missing sprints. For a read-like operation, this is acceptable but not comprehensive.

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, no fluff. The first sentence states the core purpose, the second adds efficiency context and plugin detail. Front-loaded and efficient.

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

Completeness4/5

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

Given no output schema and moderate complexity, the description covers the purpose, efficiency, plugin dependency, and parameters are fully described in schema. Minor gaps: no mention of auth or error states, but adequate for a list tool.

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 all parameters. The description adds value by noting the plugin dependency, but does not significantly enhance understanding beyond the schema.

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 it lists all issues assigned to a specific sprint, using a specific plugin filter. It distinguishes itself from the sibling 'list_issues' by mentioning better efficiency for sprint filtering.

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?

Explicitly says 'More efficient than list_issues when you need to filter by sprint,' providing clear guidance on when to use this tool over the alternative. It does not list exclusions, but the context is clear.

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/GonzaloRando03/redmine-mcp-server'

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