Skip to main content
Glama
YuSahrov

mcp-redmine-server

by YuSahrov

redmine_start_fix

Initialize a fix workflow for a Redmine issue: create a git branch, mark the issue as In Progress, and receive task analysis.

Instructions

Start fix workflow: creates git branch, updates issue status to "In Progress", and provides task analysis

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesThe Redmine issue ID to start fixing
working_directoryNoWorking directory for git operations (default: current directory)
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly lists the three side effects: git branch creation, issue status update, and task analysis production. It does not cover edge cases like idempotency or branch naming conventions, but the core behavioral traits are clearly disclosed.

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 a single front-loaded sentence that immediately states the purpose and then lists three concrete effects. Every phrase earns its place, with no filler or redundant wording.

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?

The description is adequate for a tool with two simple parameters and a complete schema, but it leaves some gaps. Since there is no output schema, the return value is only vaguely described as 'task analysis', and there is no mention of what happens if the branch already exists or how the workflow relates to redmine_complete_fix.

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?

The input schema provides 100% coverage of both parameters, including descriptive text for issue_id and working_directory. The tool description adds no additional parameter-specific meaning, so the baseline score of 3 is appropriate.

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 states a concrete action, 'Start fix workflow', and enumerates distinctive effects: creating a git branch, updating the issue status, and providing task analysis. This clearly separates it from siblings like redmine_complete_fix without relying on the tool name alone.

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 this tool is for beginning a fix on an issue and implicitly contrasts with redmine_complete_fix, but it does not explicitly say when to use this tool versus alternatives or mention prerequisites such as being assigned to the issue. The intended usage is clear enough but left to inference.

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