Skip to main content
Glama
lumia710wp-droid

司芳糯米顾客服务 MCP

get_recommended_products

Read-onlyIdempotent

Recommends products from store inventory based on taste preferences, occasion, number of people, and budget.

Instructions

按口味和场景推荐商品:根据口味、场景、人数、预算和门店库存推荐当前商品。仅从已录入商品中选择,不编造新品或价格。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tastesNo口味偏好,如酸甜、奶香、清爽。
occasionNo购买场景,如自己吃、下午茶、送礼。
store_idNo购买门店。
budget_centsNo总预算,单位分。
people_countNo食用人数。
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive, and closed-world. Description adds value by explicitly noting that it only selects from existing products and does not fabricate new items or prices, reinforcing the closed-world hint.

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?

Two sentences, no fluff. Front-loaded with purpose and key constraints. Every sentence earns its place.

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?

Given the complexity (6 params, no output schema) and rich annotations, the description covers the core recommendation logic. Could mention result ordering or pagination behavior for completeness but not strictly necessary.

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 covers 5 of 6 parameters with descriptions; limit is missing. Tool description enumerates some parameters (tastes, occasion, people_count, budget_cents, store_id) but adds no new semantic detail beyond the schema. Baseline score of 3 appropriate for high coverage.

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?

Description clearly states 'recommend products by taste and scenario' and specifies it selects from existing products. This distinguishes it from sibling tools like get_product_catalog (list all) and get_store_inventory (stock).

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?

Description implies usage context (taste, occasion, people, budget, store) but doesn't explicitly exclude alternatives or state when not to use. Siblings offer alternative purposes, providing some implicit guidance.

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/lumia710wp-droid/szefong-customer-mcp'

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