Skip to main content
Glama
YuSahrov

mcp-redmine-server

by YuSahrov

redmine_create_issue

Create and manage Redmine issues by specifying title, description, project, tracker, priority, parent, and optional file attachments.

Instructions

Create a new Redmine issue with specified title and description. Can optionally attach files by providing file paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesIssue title/subject
parent_idNoParent issue ID (for creating subtasks)
file_pathsNoOptional: Array of absolute file paths to attach to the issue
project_idNoProject ID or identifier to create issue in. If not specified, uses default project from config
tracker_idNoTracker ID (1=Bug, 2=Feature, 3=Support). Default: 2
descriptionYesIssue description
priority_idNoPriority ID (1=Low, 2=Normal, 3=High, 4=Urgent, 5=Immediate). Default: 2
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are present, so the description must carry the behavioral disclosure burden. It only says an issue is created and files may be attached, with no mention of default project behavior, permissions, side effects, or what the response contains. This is a significant gap for a mutation tool.

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 two concise sentences with no filler. The core purpose is front-loaded, and the optional attachment behavior is added in a single clear clause.

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

Completeness2/5

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

This is a 7-parameter mutation tool with no annotations and no output schema, yet the description is very thin. It omits project selection behavior, parent/tracker/priority handling, and any indication of what the tool returns after creating an issue, leaving an agent under-informed for correct invocation.

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%, so the baseline is 3. The description adds minor value by naming title, description, and file_paths, but it does not meaningfully enrich the schema's already complete parameter descriptions.

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 specific verb ('Create'), a clear resource ('new Redmine issue'), and the core content ('specified title and description'), while also noting optional file attachments. This clearly distinguishes it from sibling tools that read issues, add comments, or manipulate wiki pages.

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 provides clear context: use this tool to create a new Redmine issue, optionally with attached files. It does not explicitly compare against alternatives like redmine_upload_file or redmine_add_attachments, and it lacks exclusions, but the usage intent is unambiguous.

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