Skip to main content
Glama
0xkillaflow

Redmine MCP Server

by 0xkillaflow

Create issue

redmine_create_issue

Create a new issue in a Redmine project, specifying subject, description, tracker, priority, assignee, dates, custom fields, and more.

Instructions

Create a new issue (bug, feature, task) in a project with subject, description, tracker, priority, assignee, dates, and custom fields. Returns the created issue with its id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesOne-line issue summary (required).
uploadsNoAttachment upload tokens to link to the new issue.
due_dateNoDue date, ISO "YYYY-MM-DD".
status_idNoInitial status id. NOTE: Redmine silently ignores an unknown id (falls back to the default status) instead of returning a 422 — verify the status on the returned issue.
done_ratioNoPercent done, 0–100 in steps of 10.
is_privateNoMark the issue private. NOTE: applying this depends on your Redmine role permission ("Set issues public/private"). Without it, Redmine silently ignores the flag (the issue stays public) instead of returning an error — verify is_private on the returned issue.
project_idYesTarget project id (required).
start_dateNoStart date, ISO "YYYY-MM-DD".
tracker_idNoTracker id, e.g. Bug/Feature/Task. NOTE: Redmine silently ignores an unknown id (falls back to the project default) instead of returning a 422 — verify the tracker on the returned issue.
category_idNoIssue category id.
descriptionNoFull description (Textile/Markdown per instance).
priority_idNoPriority id.
custom_fieldsNoCustom-field values as { id, value } entries; value may be a string or string[].
assigned_to_idNoAssignee user id.
estimated_hoursNoEstimated effort in hours.
parent_issue_idNoParent issue id, to create this as a sub-task.
fixed_version_idNoTarget version (milestone) id. NOTE: Redmine silently ignores an unknown id (or any id when the project has no versions) instead of returning a 422 — verify the version on the returned issue.
watcher_user_idsNoUser ids to add as watchers.
Behavior2/5

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

Annotations already indicate this is a mutation (readOnlyHint=false) and open-world. The description adds minimal behavioral context (returns created issue with id). It does not disclose potential silent failures or permission requirements, which are partly noted in schema parameter descriptions but lacking in the main description.

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?

Two sentences, front-loaded with purpose, no wasted words.

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?

Tool has 18 parameters (complex) and no output schema. The description mentions return of created issue with id, but does not specify the full return structure or behavior. For a tool of this complexity, more detail about the response would be helpful.

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 coverage is 100%, so each parameter has a description. The main description enumerates some fields but adds no extra meaning beyond what the schema provides. Baseline 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 clearly states the action ('create'), the resource ('issue'), and enumerates key fields (subject, description, tracker, priority, etc.). It distinguishes from sibling tools like redmine_update_issue and redmine_delete_issue by focusing on creation.

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 when to use (creation), but does not explicitly state when not to use or mention alternatives. Given multiple sibling tools for updates, deletes, etc., explicit guidance is lacking.

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/0xkillaflow/agama-redmine-mcp'

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