Skip to main content
Glama

organizer_tools_delete_one

Delete an organizer tool by UUID to remove it from Mealie's organizer tools.

Instructions

Delete One — Organizer: Tools. Delete tool. [DELETE /api/organizers/tools/{item_id}] Keywords: organizer_tools_delete_one, organizer tools delete one, delete tool, remove tool, destroy tool, write tool, tool, tools, organizer tools, organizers, 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.2/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden for a mutation/destructive operation. It says nothing about whether deletion is permanent, what permissions are required, whether it cascades to recipes using the tool, or what the response looks like. A destructive write with zero behavioral disclosure is inadequate.

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 useful content ('Delete One — Organizer: Tools. Delete tool.') is front-loaded but the trailing keyword spam ('organizer_tools_delete_one, ... mealie') is pure filler that dilutes the definition and wastes tokens.

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?

For a destructive, annotation-free tool with an undocumented required param and no output schema, the description omits everything an agent needs: safety profile, permissions, cascade effects, and return behavior. It is not complete enough to invoke correctly with confidence.

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 coverage is 0% for the single required item_id, and the description provides no meaning beyond the schema's uuid4 type. It doesn't clarify that item_id refers to the tool to delete or note any format/lookup behavior. With low coverage, the description should compensate but does not.

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?

States a specific verb+resource: 'Delete Tool' with the parent collection 'Organizer: Tools'. This clearly distinguishes it from organizer_tools_get_one, update_one, and create_one. The keyword dump adds noise but the core purpose 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?

No explicit when-to-use guidance beyond the implied delete semantics. The description never names an alternative (e.g., when to prefer update vs delete) or states prerequisites (auth, confirmation, cascade behavior). The sibling list is long and an agent gets no routing help.

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