Skip to main content
Glama
lumia710wp-droid

司芳糯米顾客服务 MCP

get_order_link

Read-onlyIdempotent

Retrieve official purchase links for in-store pickup, Meituan, or Eleme delivery by specifying store and channel. Returns only configured official entry points.

Instructions

获取下单入口:按门店和渠道返回到店自取、美团或饿了么下单链接。只返回已配置的官方入口,不代替用户提交订单。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes购买渠道。
store_idYes门店 ID。
product_idNo可选商品 ID,仅用于回显购买目标。
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds that the tool does not submit orders on behalf of users, reinforcing the read-only nature. No contradictions.

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, front-loaded with the core action and output, no extraneous words. Highly concise and well-structured.

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?

Without an output schema, the description adequately states the tool returns order links. It mentions the optional product_id's purpose as echoing the target. Could specify return format, but sufficient for a simple read tool.

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 coverage is 100% with parameter descriptions. The tool description does not add significant semantics beyond the schema; it only summarizes the overall purpose. Baseline 3 is appropriate.

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 returns order links (in-store pickup, Meituan, Ele.me) by store and channel. It distinguishes from sibling tools like get_product_catalog or get_store_info which serve different purposes.

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 description explains it only returns configured official entries and does not submit orders, providing context on when to use it. However, it does not explicitly contrast with siblings or state when not to use it.

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