Skip to main content
Glama
hanluOMH

cafe-mcp-server

by hanluOMH

explain_recommendation

Get transparent explanations for coffee recommendations based on your mood, milk, caffeine, and temperature preferences. See the reasoning behind each choice.

Instructions

Explain a coffee choice against the same preference inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodNo
caffeineNo
coffee_idYes
prefer_milkNo
temperatureNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It states the action (explain) and mentions preference inputs, but it does not describe whether the operation is read-only, what the return structure is, whether it requires a prior recommendation, or any side effects. The description provides minimal behavioral context beyond the action itself.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that is easy to parse and front-loads the action. There is no redundancy or filler. However, it is so brief that it sacrifices required detail, but that is more a completeness issue than a conciseness one.

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?

Given the tool has 5 parameters, no annotations, and a non-trivial action (explaining a choice), the description is too sparse to provide sufficient context. It does not explain how to use the tool, what the inputs mean, or any behavioral expectations. While an output schema exists, the description still fails to give a complete picture for the agent to invoke it correctly.

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?

The input schema has 0% description coverage, and the description does not compensate by explaining individual parameters. It only groups them as 'preference inputs,' which is vague and does not clarify the role of coffee_id (the required parameter) or the optional fields like mood, caffeine, prefer_milk, and temperature. This adds little semantic value over the bare schema.

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's action: 'Explain a coffee choice,' which is a specific verb and resource. It also mentions 'against the same preference inputs,' distinguishing it from sibling tools like recommend_coffee (which recommends) and list_coffee_menu (which lists). However, it does not explicitly name these siblings or further elaborate on the output format, so it slightly misses full differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as recommend_coffee or list_coffee_menu. There is no mention of intended use cases, prerequisites, or exclusions. The only hint is 'same preference inputs,' which vaguely suggests it relates to recommendation, but this is not explicitly actionable.

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/hanluOMH/cafe-mcp-server'

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