Skip to main content
Glama
Joshlucpoll

umami-recipes-mcp

by Joshlucpoll

Create an Umami recipe

create_recipe

Add a new recipe to an Umami recipe book, specifying ingredients, directions, tags, nutrition, and more. When only one book is accessible, its ID is not required.

Instructions

Create a new recipe in an accessible Umami recipe book. If exactly one book is accessible, recipeBookId may be omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
tagsNo
notesNo
publicNo
servingsNo
importUrlNo
totalTimeNo
activeTimeNo
directionsNo
ingredientsNo
recipeBookIdNo
nutritionInformationNo
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only mentions accessibility of the recipe book and the recipeBookId omission condition; it does not disclose return values, error behavior, side effects, or required permissions.

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 action, no redundant wording. Every word earns its place.

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 tool with 12 parameters, no annotations, and no output schema, this description is severely under-specified. It lacks coverage of required fields, return value, error cases, and the meaning of most parameters, making it inadequate for correct invocation.

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?

The schema has 0% parameter description coverage, and the description only adds meaning to recipeBookId by specifying the condition for omission. The other 11 parameters are left undefined, leaving their semantics to be inferred solely from their names.

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 uses a specific verb ('Create') and resource ('new recipe in an accessible Umami recipe book'), clearly distinguishing it from sibling tools like edit_recipe, get_recipe, and find_recipes. The scope is explicit and unambiguous.

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 for creating new recipes but does not mention alternatives or exclusions. The conditional about recipeBookId provides some usage context, indicating when it may be omitted, but lacks a clear when-not-to-use statement.

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/Joshlucpoll/umami-recipes-mcp'

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