Skip to main content
Glama
olssonsten

Redmine Enhanced MCP Server

by olssonsten

redmine_request

Make HTTP requests to the Redmine API to read, create, update, or delete resources like issues, projects, and users.

Instructions

Make a request to the Redmine API

Args: path: API endpoint path (e.g. '/issues.json') method: HTTP method to use (default: 'get') data: Dictionary for request body (for POST/PUT) params: Dictionary for query parameters mcp_filter: Optional MCP response filtering (use redmine_paths_info to discover options)

Returns: str: YAML string containing response status code, body and error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
methodNoget
dataNo
paramsNo
mcp_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description explains that the tool makes HTTP requests and returns a YAML string with status code, body, and error message. However, with no annotations, it does not disclose authentication requirements, potential side effects, or rate limits. The behavior is partially described.

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 structured with Args and Returns sections, and the one-line summary is front-loaded. It is concise and covers all parameters without unnecessary verbosity.

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?

Given the 5 parameters, 0% schema coverage, and no annotations, the description provides adequate parameter explanations and return format. However, it lacks broader contextual notes like error handling or rate limits, leaving some gaps for an agent.

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

Parameters4/5

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

Despite 0% schema description coverage, the description explains each parameter in detail: path (endpoint), method (default get), data (for POST/PUT), params (query params), mcp_filter (for MCP filtering). This adds significant meaning beyond the bare schema.

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 it makes a request to the Redmine API, which is a specific verb+resource. It distinguishes itself from sibling tools like redmine_download, redmine_upload, etc., which are specialized operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this generic request tool versus the specialized sibling tools (e.g., redmine_paths_info for path discovery, redmine_download for downloads). The description does not include when-not-to-use or alternatives.

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

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