Skip to main content
Glama
ZTMP0010

Redmineflux MCP Server

by ZTMP0010

redmineflux_core_update_issue

Update an existing Redmine issue by modifying only the fields you provide, such as status, priority, assignee, description, or notes. Leave fields unchanged by omitting them.

Instructions

Update an existing issue. Only provided fields are changed.

Args: issue_id: The issue number to update. subject: New title (empty = no change). description: New description (empty = no change). status_id: New status ID (0 = no change). priority_id: New priority ID (0 = no change). assigned_to_id: New assignee user ID (0 = no change). done_ratio: New completion percentage 0-100 (-1 = no change). estimated_hours: New estimate (0 = no change). notes: Add a journal note/comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
subjectNo
issue_idYes
status_idNo
done_ratioNo
descriptionNo
priority_idNo
assigned_to_idNo
estimated_hoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explicitly states the partial-update semantics and defines sentinel values for each field (e.g., 'empty = no change', '0 = no change', '-1 = no change'), which is valuable. It does not mention permissions, reversibility, or error behavior, but the core mutation behavior is well explained.

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 front-loaded with a one-sentence summary and follows with a structured Args list. Each line is purposeful, scannable, and free of redundant wording. It covers 9 parameters efficiently without bloat.

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?

Given 9 parameters, no schema descriptions, and no annotations, the description provides all necessary invocation details. It explains optionality and sentinel semantics clearly. Since an output schema is indicated to exist, omitting return-value details is acceptable.

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

Parameters5/5

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

The schema provides zero parameter descriptions, so the description fully compensates. Every parameter is explained with its sentinel value and valid range (e.g., 'done_ratio: New completion percentage 0-100 (-1 = no change)'). This adds essential meaning far beyond the raw 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 'Update an existing issue' with a specific verb and resource, and immediately clarifies the partial-update behavior with 'Only provided fields are changed.' This distinguishes it from sibling tools like create_issue and read-only queries.

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 context is clear that this tool is for modifying existing issues, not creating or reading them. However, it does not explicitly name alternatives or exclude other scenarios, though the sibling tool names and the verb 'update' make the intended use obvious.

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/ZTMP0010/redmineflux-mcp'

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