Skip to main content
Glama
Avicennasis

redmine-mcp-workflows

by Avicennasis

redmine_set_parent_issue

Define or remove the parent-child relationship for a Redmine issue by setting the parent issue ID. Use 0 to clear the current parent.

Instructions

Set or clear an issue's parent.

Args: issue_id: issue whose parent is being set. parent_issue_id: numeric id of the new parent. Pass 0 to unparent the issue.

Parent/child is mechanically a field on the issue (parent_issue_id), not a relation record. Honors REDMINE_MCP_READ_ONLY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYes
parent_issue_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It notes that parent/child is a field not a relation record, and honors read-only flag. Missing details on permissions, side effects, or response format.

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 concise (~70 words), well-structured with args section, and every sentence adds value without redundancy.

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

Completeness4/5

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

For a simple tool with 2 integer params and an output schema, the description covers core behavior, special unparent value, and field nature. Missing error conditions or permissions, but adequate.

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 description coverage is 0%, but the description fully explains both parameters: issue_id as 'issue whose parent is being set' and parent_issue_id as 'numeric id of the new parent. Pass 0 to unparent.' This adds essential meaning beyond schema names.

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 'Set or clear an issue's parent' uses specific verb+resource, clearly indicating the tool's action on issues. It distinguishes from siblings like update_issue or relation tools.

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 explains the special value 0 to unparent and mentions honoring REDMINE_MCP_READ_ONLY, providing clear context. However, it does not explicitly compare with alternative tools like update_issue that might also set parent.

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/Avicennasis/redmine-mcp-workflows'

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