Skip to main content
Glama

create_user

Create a Redmine user account with optional admin privileges. Redmine generates the password and emails it, so no credential passes through the conversation.

Instructions

Create a user. Requires administrator privileges.

The password is generated by Redmine itself and emailed to the person — this tool deliberately does not accept a password as a parameter, so no credential ever passes through the conversation. To set the password manually instead, use the Redmine web UI.

Args: login: username for authentication. firstname: first name. lastname: last name. email: email address, also used to send the credentials. admin: grants administrator privileges. send_information: sends the email with the generated password. Only turn this off if you'll set the password another way — without it, the person cannot log in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adminNo
emailYes
loginYes
lastnameYes
firstnameYes
send_informationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses the auth requirement, the password generation/emailing behavior, the deliberate exclusion of a password parameter, and the consequence of disabling send_information. This goes beyond basic expectations and prevents misuse.

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 well-organized, front-loaded with the core purpose, and every sentence carries weight. The Args list is clear and scannable, with no redundant or filler content.

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

Completeness5/5

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

Given the tool's complexity and the presence of an output schema, the description covers all essential behavioral aspects: prerequisites, password lifecycle, parameter semantics, and fallback instructions. It is complete enough for an agent to invoke the tool correctly and anticipate the outcome.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully does: each parameter is explained with functional meaning (e.g., email doubles as credential delivery, admin grants privileges, send_information controls login viability). This adds substantial value over the raw 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 opens with "Create a user," a specific verb-resource pair that clearly states the tool's function. It distinguishes from sibling tools like create_group or create_issue by focusing on user creation and adding unique context about password handling.

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 provides clear usage context: requires administrator privileges, explains that password is generated and emailed, and gives an alternative (web UI) for manual password setting. It doesn't explicitly contrast with other user-related tools (e.g., update_user), but the guidance is sufficient for correct use.

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

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