Skip to main content
Glama
djwmarcx

Better Mealie MCP

Delete Admin Groups By Item

delete_admin_groups_by_item

Deletes an admin group from Mealie by specifying the item ID. Use this to remove unnecessary administrative groups directly from your AI assistant.

Instructions

Delete One

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
accept-languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

D1.7/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of explaining behavior. 'Delete One' only mirrors the destructive verb already in the name and gives no information about permanence, cascade effects, required permissions, or admin scope. It adds no behavioral context beyond what the tool name already implies.

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 extremely short, which is concise, but it is under-specified rather than effectively structured. There is no content to front-load or organize. Like a bare 'Process', this is under-specification, not good conciseness.

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?

The tool name and required item_id make the basic CRUD shape inferable, and an output schema exists, so this is not the worst possible case. However, for a destructive admin operation with no annotations, the description provides almost no context about effects, scope, permissions, or exclusions. It is not complete enough for an agent to understand the consequences of invoking it.

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?

Schema description coverage is 0% and the description does not explain either parameter, including the required item_id or the optional accept-language. The word 'One' hints at single-item deletion but does not clarify UUID format, what item_id refers to, or any parameter constraints. The description completely fails to compensate for the schema's lack of descriptions.

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

Purpose2/5

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

The description is 'Delete One', which only restates the verb 'Delete' and vaguely implies a single item without naming the resource. It does not state that it deletes an admin group, and it does not distinguish this from the many sibling delete_*_by_item tools. This is essentially a tautology of the title.

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 guidance about when to use this tool or when to prefer one of the many similar delete_*_by_item siblings. No exclusions, prerequisites, or alternative tools are mentioned. The absence is not misleading, but it is completely unhelpful for tool selection.

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