Skip to main content
Glama
counterbeing

mealie-mcp-ts

by counterbeing

create_tag

Create a new recipe tag in Mealie to label dishes with custom categories, making recipes easier to organize and find.

Instructions

Create a new recipe tag in Mealie. Tags provide flexible labeling for recipes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the tag (e.g., "vegetarian", "gluten-free", "quick")
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 burden of behavioral disclosure. It only states the action without revealing details such as whether tag names must be unique, whether duplicates are allowed, or any side effects. This is a significant gap for a write operation.

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

Conciseness5/5

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

The description consists of two short, front-loaded sentences. It is highly concise with no wasted words, and the first sentence delivers the core purpose immediately.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with a single parameter and no output schema, the description provides sufficient context. It explains what tags are for and clearly identifies the action, though it omits any mention of the return value or edge cases like duplicate names.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage of the 'name' parameter with descriptions and examples. The tool description adds context by explaining that tags are flexible labeling, which gives additional semantic meaning to how the name parameter should be used.

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

Purpose5/5

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

The description clearly states the action 'Create a new recipe tag' and specifies the resource ('tag') in the context of Mealie. This is a specific verb+resource pairing that distinguishes it from sibling tools like create_category and create_food.

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

Usage Guidelines3/5

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

The description implies usage by defining tags as 'flexible labeling for recipes,' but it does not explicitly state when to use this tool versus alternatives like create_category. There is no mention of exclusions or alternative tools, leaving the guidance somewhat implicit.

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/counterbeing/mealie-mcp-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server