Skip to main content
Glama
counterbeing

mealie-mcp-ts

by counterbeing

create_recipe

Create a new recipe in Mealie with name, ingredients, and instructions. Provide ingredients as natural language (e.g., '2 cups flour') for automatic parsing.

Instructions

Create a new recipe with name, ingredients, and instructions. For ingredients, prefer passing originalText (e.g. "2 cups flour") and let the server parse — the structured {quantity, unit, food} form also works but originalText is simpler and handles unknown units/foods automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the recipe
cookTimeNoCook time (e.g., "20 minutes")
prepTimeNoPrep time (e.g., "10 minutes")
totalTimeNoTotal time (e.g., "30 minutes")
descriptionNoDescription of the recipe
recipeYieldNoYield of the recipe (e.g., "4 servings")
recipeIngredientNoList of ingredients. Each ingredient can either have originalText (to be parsed automatically) or structured fields (quantity, unit, food, note). To group ingredients into sections like "For the sauce", insert standalone {"title": "For the sauce"} entries between groups — Mealie will render them as section headers.
recipeInstructionsNoList of instructions
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that originalText is parsed server-side and handles unknown units/foods automatically, which is non-obvious. However, it omits other behavioral details like return value or persistence effects, though mutation is implied by the tool name.

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?

Two sentences, front-loaded with the primary purpose, then the most important parameter guidance. Every word earns its place with no redundancy.

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 create tool with 8 parameters and no output schema, the schema covers all parameter details, and the description adds the key usage nuance. Missing return-value info is a minor gap, but the description is sufficient for effective tool selection.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful value by recommending originalText over structured fields, explaining that it is simpler and handles unknown units/foods. This goes beyond schema descriptions.

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 clearly identifies the tool's purpose: creating a new recipe with name, ingredients, and instructions. It is specific and distinguishes from siblings like list_recipes or delete_recipe, though it does not explicitly contrast with create_recipe_from_url or update_recipe.

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 guidance is provided on when to use this tool versus alternatives such as create_recipe_from_url or update_recipe. The suggestion to prefer originalText for ingredients is useful parameter-level guidance, but it does not address tool-selection context.

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