Skip to main content
Glama

groups_multi_purpose_labels_create_one

Create a multi-purpose label in Mealie groups by providing a required name and optional color to organize and categorize items.

Instructions

Create One — Groups: Multi Purpose Labels. Create label. [POST /api/groups/labels] Keywords: groups_multi_purpose_labels_create_one, groups multi purpose labels create one, create label, add label, new label, make label, write label, label, labels, groups multi purpose labels, groups, create, add, new, make, write, post, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.4/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. It discloses only the HTTP method and creation action; it does not mention permissions, duplicate handling, side effects, or validation behavior.

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 front-loaded and clear, but the large keyword block is redundant and does not earn its place. The description is bloated rather than concise.

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 mutation tool with no annotations, no output schema, and 0% parameter description coverage, the definition is incomplete. It lacks input semantics, authorization needs, and any behavioral detail beyond the endpoint.

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 adds no parameter information at all. It does not mention the required 'name' field, the optional 'color' field, or the nested 'body' structure.

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 clear verb ('Create') and resource ('label' / 'Multi Purpose Labels') and includes the endpoint. It distinguishes itself by operation from the get/update/delete siblings, but it does not explicitly name alternatives or scope beyond the tool name.

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 on when to use this tool versus the many other create_one siblings, nor prerequisites for creating a group multi-purpose label. Usage is only implied by the tool name and endpoint.

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