Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

create_users_register

Registers a new user by accepting required fields: email, username, full name, password, and password confirmation. Supports optional settings for group, locale, household, and seed data.

Instructions

Register New User

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
groupNo
localeNo
privateNo
advancedNo
fullNameYes
passwordYes
seedDataNo
usernameYes
householdNo
groupTokenNo
accept-languageNo
passwordConfirmYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description carries the full burden. It fails to disclose behavioral traits like email verification, password strength requirements, side effects (e.g., sending confirmation email), or whether the user is automatically logged in after registration.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of three words, which is extremely concise but misses critical details. It is under-specified rather than efficient.

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?

Given the tool's complexity (13 parameters, registration process, security sensitivity) and the presence of an output schema, the description is woefully incomplete. It provides no information about return values, error conditions, or any other contextual cues.

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

Parameters1/5

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

With 0% schema description coverage and no explanation of the 13 parameters (5 required), the description adds zero value beyond the schema. Essential fields like email, password, passwordConfirm, and optional fields (group, locale, etc.) are not described.

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 'Register New User' conveys the basic action and resource but is too brief to distinguish from sibling tools like create_admin_users, which also registers a user. It lacks context about self-registration versus admin-initiated registration.

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 provided on when to use this tool versus alternatives (e.g., create_admin_users for admin-created users, create_users_forgot_password for password resets). No context on prerequisites or typical use cases.

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/djwmarcx/better-mealie-mcp'

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