Skip to main content
Glama
0xkillaflow

Redmine MCP Server

by 0xkillaflow

Update issue

redmine_update_issue

Update a Redmine issue's status, assignee, priority, dates, done ratio, and add comments in a single call. Returns the updated issue for verification.

Instructions

Edit an issue: change status, reassign, reprioritize, adjust dates/done_ratio, and add a comment (notes) in the same call. Returns the re-fetched, updated issue for confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoComment/journal note to record with this change.
subjectNoNew one-line summary.
uploadsNoAttachment upload tokens to link.
due_dateNoNew due date, ISO "YYYY-MM-DD".
issue_idYesThe numeric id of the issue to update (required).
status_idNoNew status id (see allowed_statuses). NOTE: Redmine silently ignores an unknown id (keeps the current status) instead of returning a 422 — verify the status on the re-fetched issue.
done_ratioNoPercent done, 0–100 in steps of 10.
is_privateNoToggle issue privacy. NOTE: applying this depends on your Redmine role permission ("Set issues public/private"). Without it, Redmine silently ignores the flag (privacy unchanged) instead of returning an error — verify is_private on the re-fetched issue.
start_dateNoNew start date, ISO "YYYY-MM-DD".
tracker_idNoNew tracker id. NOTE: Redmine silently ignores an unknown id (keeps the current tracker) instead of returning a 422 — verify the tracker on the re-fetched issue.
category_idNoNew issue category id.
descriptionNoNew description.
priority_idNoNew priority id.
custom_fieldsNoCustom-field values as { id, value } entries.
private_notesNoMark the note as private.
assigned_to_idNoReassign to this user id.
estimated_hoursNoEstimated effort in hours.
parent_issue_idNoNew parent issue id.
fixed_version_idNoNew target version id. NOTE: Redmine silently ignores an unknown id (or any id when the project has no versions), keeping the current value, instead of returning a 422 — verify the version on the re-fetched issue.
watcher_user_idsNoReplacement set of watcher user ids.
Behavior5/5

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

The description discloses that the tool returns the re-fetched issue for confirmation, and includes critical warnings about silent failures for several parameters (status_id, is_private, tracker_id, fixed_version_id). This goes well beyond the annotations (readOnlyHint=false, openWorldHint=true).

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 three sentences, front-loaded with the main action and key change types, and includes the return value. Every sentence adds value, 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?

Given 20 parameters and no output schema, the description covers the main categories of changes and crucial behavioral quirks. It mentions the return of the re-fetched issue for confirmation, but could also note the required issue_id and potential error scenarios (though schema handles required).

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?

The schema has 100% parameter descriptions, so baseline is 3. The description adds high-level grouping and important cautions about silent ignores, providing extra context 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 uses a specific verb ('Edit') and resource ('issue'), lists several change types (status, reassign, dates, done_ratio, notes), and clearly distinguishes from sibling tools like create_issue, delete_issue, and get_issue.

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 implies use for modifying existing issues but lacks explicit guidance on when to choose this over siblings (e.g., create_issue for new, delete_issue for removal). The context is clear but not explicitly contrasted.

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/0xkillaflow/agama-redmine-mcp'

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