Skip to main content
Glama
junstellar

Redmine MCP Server

by junstellar

add_comment

Add a comment to a Redmine issue, optionally updating its status. Use Markdown for formatting.

Instructions

이슈에 댓글 추가 (선택적으로 상태 변경).

Args: issue_id: 이슈 번호. note: 댓글 내용 (Markdown 가능). status_id: 함께 변경할 상태 ID (없으면 상태 유지).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
issue_idYes
status_idNo
Behavior2/5

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

No annotations exist, so description carries full burden. It only states the action without disclosing side effects, error conditions, or requirements like authentication. Minimal transparency.

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?

Description is brief with a one-line summary followed by a structured Args list. Efficient and clear, though the summary could be more descriptive.

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 without output schema, the description covers parameter semantics but omits behavioral context like return values or common errors. Adequate but not complete.

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?

Schema has 0% description coverage, but the tool description's Args list explains all three parameters: issue_id (issue number), note (content, Markdown possible), and status_id (optional status change, default keep). Adds significant meaning beyond bare schema types.

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?

Description clearly states the tool adds a comment to an issue with optional status change. Verb 'add' and resource 'comment' are specific, distinguishing it from siblings like create_issue or 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 Guidelines2/5

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

No guidance on when to use vs alternatives, no context for when not to use or prerequisites. Only a raw parameter list.

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

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