Skip to main content
Glama
YuSahrov

mcp-redmine-server

by YuSahrov

redmine_add_comment

Add a comment to an existing Redmine issue and optionally update its status to track progress.

Instructions

Add a comment to an existing Redmine issue and optionally change its status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYesComment text
issue_idYesThe Redmine issue ID
status_idNoOptional: New status ID (1=New, 2=In Progress, 3=Resolved, 5=Closed)
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It correctly identifies the mutation (adding a comment and optionally changing status), but it does not disclose response format, permission requirements, failure behavior, or other side effects.

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?

A single, front-loaded sentence that states the primary action and the optional modifier. There is no filler; every phrase earns its place.

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 simple 3-parameter tool, the main action and optional status behavior are clear, and the schema documents parameters fully. However, with no output schema or annotations, return behavior and failure cases are unspecified, leaving it adequate but not complete.

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

Parameters3/5

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

Schema description coverage is 100%, with clear descriptions for issue_id, comment, and status_id. The description's 'optionally change its status' adds little beyond the schema's own status_id documentation, so the baseline 3 applies.

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 ('Add') and resource ('comment'), clearly targets an existing Redmine issue, and adds the optional status-change behavior. This distinguishes it from siblings like redmine_create_issue and status-transition tools.

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

Usage Guidelines3/5

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

The description implies usage context: use it when commenting on an existing issue and possibly changing its status. However, it does not explicitly contrast with alternatives like redmine_create_issue or redmine_start_fix, nor does it state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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