Skip to main content
Glama

mcp_howtocook_recommendMeals

mcp_howtocook_recommendMeals

Generate personalized meal plans and shopping lists based on dietary restrictions, allergies, and number of people to feed.

Instructions

根据用户的忌口、过敏原、人数智能推荐菜谱,创建一周的膳食计划以及大致的购物清单

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allergiesNo
avoidItemsNo
peopleCountYes
Behavior2/5

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

With no annotations provided, the description carries full burden but lacks behavioral details. It mentions '智能推荐' (intelligent recommendation) but doesn't disclose how recommendations are generated, whether they're personalized, what timeframes are considered, or what format the output takes. For a planning tool with zero annotation coverage, this leaves significant behavioral 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 a single, efficient Chinese sentence that front-loads the core functionality. Every element ('根据用户的忌口、过敏原、人数', '智能推荐菜谱', '创建一周的膳食计划', '以及大致的购物清单') earns its place by specifying inputs and multiple outputs without redundancy.

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

Completeness2/5

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

For a 3-parameter planning tool with no annotations and no output schema, the description is incomplete. It outlines the high-level purpose but lacks crucial details about how the tool behaves, what the outputs look like, how recommendations are tailored, or any limitations. The agent would struggle to use this effectively without trial-and-error.

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 0%, so the description must compensate but adds minimal parameter semantics. It mentions '忌口' (avoidItems), '过敏原' (allergies), and '人数' (peopleCount) which map to the three parameters, but provides no details about expected formats (e.g., string arrays for allergies), constraints, or how they influence recommendations. The description doesn't adequately compensate for the complete lack of schema documentation.

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 with specific verbs ('智能推荐菜谱', '创建一周的膳食计划', '创建大致的购物清单') and resources ('菜谱', '膳食计划', '购物清单'). It distinguishes from sibling tools like 'getAllRecipes' or 'getRecipeById' by emphasizing meal planning and shopping list generation rather than simple recipe retrieval.

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 context through the mention of '用户的忌口、过敏原、人数', suggesting it should be used when dietary restrictions and group size are known. However, it doesn't explicitly state when NOT to use this tool or name alternatives like 'mcp_howtocook_whatToEat' for simpler recommendations.

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/xiaobenyang-com/1777316659566595'

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