Skip to main content
Glama

willys_plan_remove_ingredient

Remove a single ingredient from a recipe plan, like an item you already have at home, without affecting the rest of the recipe.

Instructions

Ta bort EN ingrediens ur ett recept (t.ex. en skafferivara användaren redan har hemma), utan att röra receptets övriga rader.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNoVilken plan behoven hör till. Default "standard". Använd ett eget namn för en separat inköpsomgång.
queryYesSöktermen (nyckeln) för ingrediensen som ska tas bort.
recipeYes
Behavior3/5

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

With no annotations provided, the description must carry the transparency burden. It discloses an important behavioral trait: only one ingredient is removed and the recipe's other rows remain unchanged. However, it does not mention side effects, reversibility, or what happens if the ingredient is not found, which are relevant for a destructive 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 is a single, concise sentence that front-loads the action ('Ta bort') and includes a clarifying example without extraneous words. It is well-structured and immediately readable.

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

Completeness3/5

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

The tool is a mutation with no output schema and no annotations, so the description should cover the full context. It explains the core action and its scoping but leaves gaps regarding the 'plan' parameter, the return value or success indication, and error behavior. Given the tool's simplicity, it is minimally adequate but not complete.

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 description coverage is 67%: 'plan' and 'query' have descriptions, but 'recipe' has none. The tool description does not clarify the format or role of the 'recipe' parameter, nor does it connect 'recipe' and 'plan' contextually. It adds essentially no parameter-level meaning beyond what the schema already provides.

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 ('Ta bort' = remove) and clearly identifies the resource ('ingrediens ur ett recept' = ingredient from a recipe). It scopes the action to exactly one ingredient and explicitly states that other rows are untouched, which distinguishes it from sibling tools like willys_plan_remove_recipe (removes entire recipe) and willys_plan_set_ingredient (modifies ingredients).

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

Usage Guidelines4/5

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

The description provides a contextual example ('t.ex. en skafferivara användaren redan har hemma' = e.g. a pantry item the user already has at home), implying when to use the tool. However, it does not explicitly name alternatives or state when not to use it; the differentiation from sibling tools is implicit rather than explicit.

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/oscarthroedsson/willys-mcp'

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