Skip to main content
Glama
alex-zwingli

plan-to-eat-mcp

by alex-zwingli

create_recipe

Create a new recipe with title, ingredients, directions, and optional nutritional details. Add it to your Plan to Eat account for meal planning.

Instructions

Create a new recipe. Only title is required. Ingredients are an array of {title, amount, unit, note, position}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fatNo
urlNo
draftNo
fiberNo
sugarNo
titleNo
yieldNo
ratingNo
sodiumNo
sourceNo
privateNo
proteinNo
caloriesNo
servingsNo
cook_timeNoMinutes
course_idNo
prep_timeNoMinutes
cuisine_idNo
directionsNo
tag_titlesNoComma-separated list of tag names
total_timeNoMinutes
cholesterolNo
descriptionNo
ingredientsNoMaps to recipe_ingredients_attributes on the wire
carbohydrateNo
saturated_fatNo
main_ingredient_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states that it creates a recipe, which is already obvious from the name. It does not mention side effects, authorization requirements, error conditions, or what happens on success, leaving significant gaps.

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 is concise, with two sentences and no wasted words. It front-loads the core purpose and then adds the most critical parameter details. Every sentence contributes directly to understanding the tool.

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 the complexity (27 parameters, no output schema, no annotations), this description is severely incomplete. It does not mention return values, any constraints beyond title, or relationships between fields. An agent would need to infer most behavior from the schema alone, which is insufficient due to low coverage.

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?

Schema coverage is only 19%, so the description must compensate. It adds value by explaining that only title is required and clarifying the ingredients array structure. However, it does not elaborate on the other 25 parameters (e.g., fat, url, draft), leaving most parameters unexplained. The description helps for two fields but fails to cover the rest.

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 tool's purpose: 'Create a new recipe.' It differentiates from siblings by using the verb 'create' rather than 'update' or 'get', and adds specific details about required title and ingredient structure, making it 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 by stating it creates a new recipe, but it does not explicitly mention when to use this tool versus alternatives like update_recipe or list_recipes. No exclusions or conditions are given, so the guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/alex-zwingli/plan-to-eat-mcp'

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