Skip to main content
Glama

redmine_issue_relations

List, create, or delete relations between Redmine issues to manage dependencies and connections.

Instructions

Manage issue relations: list, create, delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoQuery parameters. Array values are appended repeatedly.
actionYes
headersNoAdditional headers. Authentication and content headers are managed automatically unless explicitly overridden.
issue_idNoRedmine numeric ID or identifier, passed as a string.
relationNo
max_pagesNo
relation_idNoRedmine numeric ID or identifier, passed as a string.
Behavior2/5

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

No annotations are provided, and the description fails to disclose behavioral traits such as destructive nature of delete, required permissions, or side effects. It only names the actions without elaboration, leaving the agent with minimal behavioral understanding.

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?

The description is very short and front-loaded, stating the purpose in one sentence. While efficient, it could benefit from slightly more context without becoming verbose.

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?

Given the presence of 8 parameters (including nested objects), no output schema, and no annotations, the description is insufficient. It does not explain how to use parameters for each action, expected input structures, or return values, leaving significant gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%, but the tool description does not elaborate on any parameters beyond listing actions. Key parameters like 'relation' (nested object) and 'query' lack context, and the description adds no value beyond the schema itself.

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 tool manages issue relations and lists three specific actions: list, create, delete. This distinguishes it from sibling tools like redmine_issues (manages issues) and redmine_api_request (generic).

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 lists actions but does not provide guidance on when to use this tool versus alternatives, such as when to use redmine_issues for issue management or redmine_api_request for custom requests. Usage is implied but not explicitly stated.

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/1BlackSmith/redmine-mcp'

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