Skip to main content
Glama

redmine_groups

List, create, update, delete Redmine groups and manage group members by adding or removing users.

Instructions

Manage groups: list, get, create, update, delete, add_user, remove_user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNo
limitNo
queryNoQuery parameters. Array values are appended repeatedly.
actionYes
headersNoAdditional headers. Authentication and content headers are managed automatically unless explicitly overridden.
includeNoGroup include values such as users or memberships.
user_idNoRedmine numeric ID or identifier, passed as a string.
group_idNoRedmine numeric ID or identifier, passed as a string.
max_pagesNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only lists actions without explaining consequences (e.g., deletion permantently removes a group, updates may have side effects). No authentication, rate limiting, or error conditions are mentioned. The description is insufficient for an informed agent.

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 extremely concise—one brief sentence enumerating actions. Every part is relevant, and there is no wasted text. However, it may be too terse for the tool's complexity, but under the conciseness dimension, it scores well for brevity and lack of redundancy.

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

Completeness1/5

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

The tool has 9 parameters, multiple actions, and no output schema, yet the description is a single line. It does not explain how actions relate to parameters (e.g., 'group' object for create/update, require group_id for get/update/delete). The agent lacks crucial context to compose correct requests, making the description severely incomplete.

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 description coverage is 56%, and the tool description adds no parameter explanation beyond listing action values. The description does not compensate for the missing parameter documentation (e.g., what fields 'group' expects). Many parameters (e.g., 'query', 'headers') have some schema description but the tool description offers no additional semantic guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly lists the supported actions (list, get, create, update, delete, add_user, remove_user) and states it manages groups. It clearly identifies the resource and operations, though it doesn't differentiate from the many sibling Redmine tools, which is acceptable as other tools handle different entities.

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 usage guidelines are provided. The description does not indicate when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. The agent receives no context on which action to choose for a given scenario beyond the schema's enum.

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