Skip to main content
Glama

redmine_get_issue

Fetch a Redmine issue's full context: description, metadata, journal history, attachments, children, and relations. Understand the complete ticket history before updating.

Instructions

Get full details of a Redmine issue including description, metadata, and (by default) all journal updates and attachments. Set include_journals=False for tickets with very long histories that would blow up your context (e.g. recurring incident tickets). Use this to understand the full history of a ticket before updating it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesThe Redmine issue ID (e.g. 66853)
include_childrenNoInclude child issue summaries. Default true.
include_journalsNoInclude the full comment/change history. Default true. Set false for huge tickets.
include_relationsNoInclude related-issue links. Default true.
include_attachmentsNoInclude the attachments list. Default true.
Behavior4/5

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

No annotations so description carries burden. Discloses default inclusion of journals/attachments and the context-bloat risk, guiding safe usage for large tickets.

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, front-loaded purpose, no fluff.

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?

For a read tool with 5 params and no output schema, description covers key return elements (description, metadata, journals, attachments) and usage context; lacks explicit note on child issues/relations but 'full details' implies them.

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 100% gives baseline 3; description adds rationale for include_journals=False ('blow up your context') and recurring incident example, exceeding 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?

Clear verb 'Get' with specific resource and scope ('full details... including description, metadata, journals, attachments'). Distinguished from sibling search/wiki tools by focus on full issue history.

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?

Provides explicit use case ('understand the full history before updating') and a conditional flag for long histories. No explicit exclusions/alternatives, but 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/beborico1/mcp-redmine'

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