Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

create_recipes_bulk_actions_categorize

Assign categories to multiple recipes at once to organize your meal collection efficiently.

Instructions

Bulk Categorize Recipes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipesYes
categoriesYes
accept-languageNo
Behavior1/5

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

With no annotations, the description bears full responsibility for behavioral disclosure, but it only says 'Bulk Categorize Recipes'. It fails to disclose that this is a write operation, whether it overwrites existing categories, or any side effects, leaving the agent without critical safety information.

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 concise at three words, but this under-specification is detrimental. It sacrifices valuable information for brevity, failing to earn its place by providing any actionable guidance.

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?

Given no output schema and three parameters, the description is woefully incomplete. It provides no context on return values, expected behavior, or how to correctly structure the input, making it nearly impossible for an agent to use effectively.

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%, meaning the description adds no meaning to the parameters. The tool has three parameters (recipes, categories, accept-language), but the description does not explain their purpose, format, or relationship, leaving the agent to rely solely on the schema which is insufficient for correct invocation.

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 'Bulk Categorize Recipes' clearly states the verb 'categorize' and resource 'recipes' with a bulk action scope. However, it does not differentiate from sibling tools such as 'create_recipes_bulk_actions_tag', which also deals with categorization-like actions, leaving ambiguity.

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 usage guidelines are provided. The description does not indicate when to use this tool versus alternative bulk actions like delete, export, or tag, nor does it state prerequisites or conditions.

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/djwmarcx/better-mealie-mcp'

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