Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

update_units_by_item

Update a unit's name, plural form, abbreviation, and other properties by providing its ID.

Instructions

Update One

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameYes
extrasNo
aliasesNo
item_idYes
fractionNo
pluralNameNo
descriptionNo
abbreviationNo
standardUnitNo
accept-languageNo
useAbbreviationNo
standardQuantityNo
pluralAbbreviationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, and the description is completely silent on behavioral traits. For a write operation, there should be disclosure of side effects, permissions required, or idempotency, but none is given.

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

Conciseness1/5

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

While very short, the description is not concise in a helpful sense; it is under-specified. It fails to front-load any useful information or structure that aids understanding.

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 complexity (14 parameters, no annotations) and the presence of sibling tools, the description is woefully incomplete. An agent cannot determine the tool's behavior, required inputs, or return value from this description alone.

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 14 parameters and 0% schema description coverage, the description provides no additional meaning. It does not explain any parameter's role, format, or constraints, leaving the agent blind to how to populate the input schema effectively.

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

Purpose1/5

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

The description 'Update One' is a tautology that does not specify what resource is being updated. It fails to communicate the tool's purpose beyond what the name implies, and does not distinguish it from sibling tools like update_units_merge.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. The description lacks any context about prerequisites, use cases, or exclusions, offering no help to an agent in selecting this tool over other update tools.

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