Skip to main content
Glama
HZZY2019

cook-mcp

by HZZY2019

mcp_cook_whatToEat

Recommend suitable dish combinations based on the number of people. Solve the 'what to eat' dilemma by generating meal ideas tailored to your group size.

Instructions

不知道吃什么?根据人数直接推荐适合的菜品组合

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
peopleCountYes用餐人数,1-10之间的整数,会根据人数推荐合适数量的菜品
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool performs a recommendation based on people count and returns dish combinations, but it does not mention side effects, limitations, or output structure. This is adequate but not detailed.

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, direct sentence that wastes no words and leads with the user need. It is perfectly sized for the simplicity of the tool.

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?

For a tool with one well-documented parameter and no annotations or output schema, the description covers the core purpose and expected output at a high level. It could specify the return structure or mention that it only uses peopleCount, but overall it is reasonably 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?

The input schema already fully describes the 'peopleCount' parameter, including range and behavioral effect, so the description adds no additional parameter-level meaning. Baseline 3 applies due to high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool recommends suitable dish combinations based on the number of diners, which is a specific verb+resource+condition. However, it does not explicitly differentiate itself from the sibling tool 'recommendMeals', so it falls short of a 5.

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 opening question '不知道吃什么?' and the condition '根据人数' provide a clear context for when to use this tool. It does not mention exclusions or alternative sibling tools, but the use case is well implied.

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/HZZY2019/Cook-MCP'

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