Skip to main content
Glama
olgasafonova

TilbudsTrolden

plan_and_shop

Plan weekly dinners by scoring recipes, optimizing meal variety, and generating a shopping list grouped by store deals.

Instructions

Score recipes, optimize a weekly meal plan, and generate a shopping list in one step. USE WHEN: 'plan my week', 'what should we eat?', 'make a meal plan with shopping list'. This is the main entry point for weekly dinner planning. NOT FOR: shopping for specific pre-chosen recipes (use generate_shopping_list). Returns meal plan (day-by-day with costs) followed by deal-optimized shopping list grouped by store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoDays to plan (default 7)
peopleNoHousehold size (overrides stored config)
maxSlowDaysNoMax slow-cook days (default 2)
maxPerCuisineNoMax same cuisine in plan (default 2)
maxPerProteinNoMax same protein in plan (default 2)
preferCuisinesNoSoft cuisine preferences: {"asian": 3} = prefer at least 3 Asian dishes
slowOnlyOnDaysNoRestrict slow recipes to these days (1-indexed). E.g. [6, 7]
excludeProteinsNoDietary exclusions, e.g. ["pork", "dairy"]. Also scans ingredient names.
Behavior4/5

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

Describes the return structure (meal plan day-by-day with costs, deal-optimized shopping list grouped by store). No annotations exist, so description carries the burden; it could explicitly state if the plan is saved or if it's read-only, but it sufficiently communicates the main outcomes.

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?

Three sentences front-loading the core purpose, then usage guidance, then return details. No wasted words; each sentence adds unique value.

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?

No output schema but the description explains the return format. Covers main inputs, but lacks details on error handling or edge cases. Given complexity (8 params, nested objects), it is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter fully described. The description does not add additional semantic value beyond the schema, so baseline 3 is appropriate.

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?

Clearly states the tool scores recipes, optimizes a weekly meal plan, and generates a shopping list in one step. Provides example usage phrases like 'plan my week' and distinguishes itself from generate_shopping_list.

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

Usage Guidelines5/5

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

Explicitly states 'USE WHEN' with specific queries and 'NOT FOR' with an alternative sibling tool (generate_shopping_list), giving clear guidance on when to invoke this tool vs others.

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/olgasafonova/tilbudstrolden-mcp'

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