Skip to main content
Glama

createUser

Add new users to the MCP YAML API server by providing name and email details for account creation.

Instructions

Create a new user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
emailYes
Behavior3/5

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

The description adds minimal behavioral context beyond annotations. Annotations indicate this is a write operation (readOnlyHint: false), non-destructive, and open-world (openWorldHint: true), but the description doesn't elaborate on implications like potential side effects (e.g., sending welcome emails) or constraints (e.g., rate limits). It doesn't contradict annotations, but offers little extra insight into how the tool behaves in practice.

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 extremely concise with a single sentence: 'Create a new user.' It's front-loaded and wastes no words, making it easy to parse quickly. Every word contributes directly to the core purpose without unnecessary elaboration.

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

Completeness2/5

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

Given the tool's complexity as a write operation with no output schema and minimal annotations, the description is insufficient. It doesn't cover what happens upon creation (e.g., returns a user ID, sends notifications), error conditions, or how it interacts with sibling tools. For a user creation tool in a system with multiple user-related operations, more context is needed to guide effective use.

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?

With 0% schema description coverage, the schema provides no parameter descriptions, but the description doesn't compensate by explaining parameters. However, since there are only 2 parameters (name and email), and their purpose is somewhat self-evident from the tool's name, the baseline is higher. The description doesn't add semantic details, but the simplicity of parameters keeps the score from being lower.

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

Purpose3/5

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

The description states the action ('Create') and resource ('new user'), which is clear but basic. It doesn't distinguish this tool from sibling tools like 'replaceUser' or 'updateUser', which also modify user data. The purpose is understandable but lacks specificity about what makes this creation operation unique.

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?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'replaceUser' and 'updateUser' available, it doesn't clarify that this is for initial creation of a user, not modification of existing ones. There's no mention of prerequisites, such as needing admin permissions or when this operation is appropriate.

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/molavec/mcp-yaml-api'

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