Skip to main content
Glama

groups_multi_purpose_labels_delete_one

Delete a group's multi-purpose label by UUID to remove it from Mealie. Use when a label is no longer needed.

Instructions

Delete One — Groups: Multi Purpose Labels. Delete label. [DELETE /api/groups/labels/{item_id}] Keywords: groups_multi_purpose_labels_delete_one, groups multi purpose labels delete one, delete label, remove label, destroy label, write label, label, labels, groups multi purpose labels, groups, delete, remove, destroy, write, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, yet it only says 'Delete label'. It discloses nothing about required permissions, whether deletion is permanent/reversible, or what happens to labels still referenced by recipes. For a destructive mutation with zero annotation coverage this is a significant gap.

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 first two sentences are concise and front-loaded, but the paragraph is then bloated with a long 'Keywords:' list of redundant synonyms ('delete label, remove label, destroy label, write label...') that adds no information and reads as SEO padding.

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?

For a technically simple one-parameter tool, the description is still too thin: no annotations, no output schema, no note on permissions or irreversibility of the delete. The keyword spam occupies space that could have carried real behavioral context.

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?

Schema description coverage is 0% and the description adds no meaning about 'item_id' beyond the URL template hint that it is the label identifier. It does not clarify that this is the label UUID, what identifies a valid label, or the consequence of an unknown id.

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 states a specific verb ('Delete') and resource ('Groups: Multi Purpose Labels' / 'label'), which is clearer than the bare name and distinguishes it from the get_all/create_one/get_one/update_one siblings. It doesn't explicitly name those siblings, but the verb+resource pairing is unambiguous.

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?

There is no when-to-use or when-not-to-use guidance and no reference to alternatives (e.g., the sibling delete_many for bulk deletion). The agent must infer all usage context from the tool name and the DELETE path.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools