司芳糯米顾客服务 MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SZEFONG_CUSTOMER_DATA_PATH | No | Path to the customer data JSON file. Defaults to deploy/customer-data.json if not set. | deploy/customer-data.json |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_store_infoA | 查询门店信息:查询司芳糯米门店地址、营业时间、状态、联系方式和购买渠道。未录入正式数据时明确返回待配置。 |
| get_product_catalogA | 查询实时商品目录:查询司芳糯米产品、价格、规格和门店可售状态;支持按门店、分类和库存状态筛选。 |
| get_product_detailA | 查询商品详情:查询商品价格、规格、原料、过敏原、保存方式、最佳食用时间和门店可售状态。不得推测缺失字段。 |
| get_recommended_productsA | 按口味和场景推荐商品:根据口味、场景、人数、预算和门店库存推荐当前商品。仅从已录入商品中选择,不编造新品或价格。 |
| get_store_inventoryA | 查询门店库存状态:查询门店商品的充足、少量、售罄、不供应或未知状态;不返回未经门店确认的精确数量。 |
| get_order_linkA | 获取下单入口:按门店和渠道返回到店自取、美团或饿了么下单链接。只返回已配置的官方入口,不代替用户提交订单。 |
| get_latest_campaignsA | 查询最新活动与上新:查询当前有效或指定日期有效的司芳糯米活动、节令上新和适用门店。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct aspect of customer service (campaigns, order links, product catalog, product details, recommendations, store info, inventory) with no overlap in functionality.
All tools follow the consistent 'get_' verb_noun pattern in snake_case, making the set predictable and easy for an agent to understand.
With 7 tools, the server is well-scoped for its purpose—covering product, store, campaign, and order information without superfluous or missing tools.
The tool set covers the essential customer-facing queries (products, stores, inventory, campaigns, order links, recommendations). A minor gap could be a tool for searching by product name or keyword, but the existing tools suffice for the domain.