Skip to main content
Glama
flor3z-github

Redmine MCP Server

redmine_get_issue

Retrieve a Redmine issue by ID. Optionally include comments, watchers, relations, children, attachments, and changesets with pagination and truncation controls.

Instructions

Get a specific issue. Comments (journals) are OFF by default to save tokens; the total count is always shown. Enable and page through comments with the journals_* params.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIssue ID
includeNoExtra data besides journals: watchers, relations, children, attachments, changesets. Passing 'journals' here also turns comments on unless include_journals is explicitly set.
journals_limitNoMax comments to return when include_journals=true (1-100, default 10)
journals_orderNo"desc" (newest first, default) or "asc" (oldest first)
journals_offsetNoComment start index for paging (default 0; with desc order, 0 = newest)
include_journalsNoReturn comment bodies (default false). When false, only the total count is shown.
description_max_charsNoTruncate the description to this many chars. Omit or 0 = full text.
journal_notes_max_charsNoTruncate each comment to this many chars (default 500). 0 = full text.
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: comments off by default, total count always shown, truncation options for description and comments, and paging via journals_* params. It also clarifies the interaction between include and include_journals.

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 with no wasted words. The first sentence states the core purpose, the second adds essential behavioral 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 the absence of an output schema, the description adequately covers the main functionality: retrieval of an issue with optional comments and truncation. It could mention that the response includes standard fields, but the current detail is sufficient.

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%, but the description adds value by explaining default values (e.g., journals_limit default 10, journal_notes_max_chars default 500, journals_order default 'desc') and the relationship between include and include_journals.

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 'Get a specific issue' and distinguishes from siblings like redmine_list_issues (listing) and redmine_create_issue (creation) by focusing on a single issue retrieval.

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 explains the default comment behavior and how to enable them, providing clear context. It does not explicitly state when not to use it, but the purpose is clear enough.

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

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