Skip to main content
Glama
jesusr00

mcp-server-redmine

by jesusr00

list_issue_relations

Retrieve all relations for a Redmine issue, including relation ID, related issue ID, type, and delay.

Instructions

[Alpha] List all relations for a given Redmine issue. Returns each relation's ID, related issue ID, type, and optional delay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYes
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It states the output fields (ID, related issue ID, type, optional delay) but does not mention side effects, authentication needs, or rate limits. The read-only nature is inferred from the verb 'List'.

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 followed by a list of return fields. Every word is functional, with no redundancy or filler.

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?

Given the tool's simplicity (one parameter, no output schema), the description is reasonably complete: it explains the action, scope, and return structure. It could mention that the operation is read-only but is otherwise adequate.

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?

The schema has 0% description coverage for the single parameter 'issue_id'. The description only implies it is the issue identifier ('for a given Redmine issue') without adding details like how to obtain it or constraints beyond the schema's exclusiveMinimum.

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 verb 'List' and the resource 'all relations for a given Redmine issue', and distinguishes itself from sibling tools like create_issue_relation, delete_issue_relation, and get_issue_relation by focusing on listing all relations.

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 implies when to use this tool (when needing all relations of an issue), but does not explicitly mention when not to use it or provide alternative tools. However, the sibling names give context.

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/jesusr00/mcp-server-redmine'

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