Skip to main content
Glama
snowild

Redmine MCP Server

by snowild

update_issue_content

Modify Redmine issue details including title, description, priority, progress, tracker, dates, and estimated hours to keep project information current.

Instructions

更新議題內容(標題、描述、優先級、完成度、追蹤器、日期、工時等)

Args:
    issue_id: 議題 ID
    subject: 新的議題標題(可選)
    description: 新的議題描述(可選)
    priority_id: 新的優先級 ID(與 priority_name 二選一)
    priority_name: 新的優先級名稱(與 priority_id 二選一)
    done_ratio: 新的完成百分比 0-100(可選)
    tracker_id: 新的追蹤器 ID(與 tracker_name 二選一)
    tracker_name: 新的追蹤器名稱(與 tracker_id 二選一)
    parent_issue_id: 新的父議題 ID(可選)
    remove_parent: 是否移除父議題關係(可選)
    start_date: 新的開始日期 YYYY-MM-DD 格式(可選)
    due_date: 新的完成日期 YYYY-MM-DD 格式(可選)
    estimated_hours: 新的預估工時(可選)

Returns:
    更新結果訊息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYes
subjectNo
descriptionNo
priority_idNo
priority_nameNo
done_ratioNo
tracker_idNo
tracker_nameNo
parent_issue_idNo
remove_parentNo
start_dateNo
due_dateNo
estimated_hoursNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it indicates this is an update/mutation operation, it doesn't mention permission requirements, whether changes are reversible, rate limits, error conditions, or what happens when only some fields are provided. The simple 'Returns: 更新結果訊息' gives minimal information about output format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement followed by organized Args and Returns sections. While somewhat lengthy due to the many parameters, every sentence adds value. The information is front-loaded with the main purpose first, followed by detailed parameter explanations.

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

Completeness3/5

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

For a mutation tool with 13 parameters, no annotations, and no output schema, the description does a reasonable job. The parameter documentation is excellent, but behavioral aspects are under-specified. The description doesn't explain what '更新結果訊息' contains or provide context about typical error conditions. Given the complexity, more behavioral transparency would be beneficial.

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?

With 0% schema description coverage and 13 parameters, the description provides excellent parameter semantics. It clearly explains each parameter's purpose, optionality, constraints (like '0-100' for done_ratio), format requirements ('YYYY-MM-DD'), and mutual exclusivity rules ('priority_id 與 priority_name 二選一'). This fully compensates for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as '更新議題內容' (update issue content) and lists specific fields that can be updated (title, description, priority, completion ratio, tracker, dates, hours). While it doesn't explicitly differentiate from sibling tools like 'update_issue_status', the specificity of the fields mentioned makes the purpose clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'update_issue_status' or 'assign_issue'. It mentions no prerequisites, constraints, or typical use cases. The only implicit guidance is that it updates multiple fields at once, but this isn't explicitly stated as a distinguishing factor.

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

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