Skip to main content
Glama
ZTMP0010

Redmineflux MCP Server

by ZTMP0010

redmineflux_system_feedback

Submit feedback on MCP session quality using a 1-5 rating and optional comment. Feedback stays local and never shared, helping improve Redmineflux tools.

Instructions

Submit feedback about your MCP session quality.

Call this after using Redmineflux tools to help us improve. Your feedback is logged locally and never shared externally.

Args: rating: Quality rating from 1 (poor) to 5 (excellent). comment: Optional comment about what worked or didn't.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingYes
commentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses the privacy/behavioral trait that feedback is 'logged locally and never shared externally', which is important context. Since no annotations are provided, the description carries the full burden and handles it well for a simple feedback tool.

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 compact and well-structured: a one-line purpose, a usage directive, and parameter explanations. Every sentence serves a purpose with no redundant content.

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?

The tool is simple and the description covers purpose, usage, parameter semantics, and a privacy note. The output schema exists, so return value documentation is not necessary, but a brief note on the expected response format or confirmation behavior would enhance completeness.

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 both parameters: rating is a 1-5 quality scale and comment is optional free text. This adds semantic meaning beyond the raw schema types, though it could be more explicit about validation constraints.

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's function with a specific verb ('Submit') and resource ('feedback about your MCP session quality'). It is distinct from sibling Redmine tools, which focus on project/issue data, making the purpose unambiguous.

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

Usage Guidelines5/5

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

It explicitly instructs when to call: 'after using Redmineflux tools'. This provides clear context and differentiates it from other tools, even though no alternatives are named or exclusions given.

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/ZTMP0010/redmineflux-mcp'

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