UU跑腿 MCP Server
OfficialServer Quality Checklist
Latest release: v0.2.7
- Disambiguation4/5
The tools are mostly distinct with clear purposes: create, cancel, get details, price inquiry, and courier info query. However, '获取订单详情' (get order details) and '跑男信息查询' (courier info query) both require an order number as input, which could cause minor confusion about which tool to use for retrieving different types of order-related information. The descriptions help clarify their distinct focuses.
Naming Consistency2/5The naming is inconsistent and lacks a clear pattern. All tools start with '智能发单-' (smart order dispatch), but the suffixes vary: '创建订单' (create order), '取消订单' (cancel order), '获取订单详情' (get order details), '订单询价' (order price inquiry), and '跑男信息查询,查询跑腿实时信息' (courier info query, query real-time delivery info). The last tool has a comma-separated dual name, and there's no consistent verb-noun structure or style across the set.
Tool Count5/5With 5 tools, the count is well-scoped and appropriate for an order dispatch server. It covers core operations like creating, canceling, pricing, and tracking orders, plus courier information, which aligns well with the domain of delivery services. Each tool earns its place without feeling excessive or insufficient.
Completeness4/5The tool set is largely complete for basic order management, covering create, cancel, get details, price inquiry, and courier tracking. A minor gap is the lack of an update order tool (e.g., to modify details after creation), but agents can work around this by canceling and recreating orders. The core lifecycle is well-covered, supporting essential workflows without dead ends.
Average 2.8/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It does not disclose what runner data is returned (location, contact, status), whether it's real-time (implied by name only), or any latency/caching behavior. '查询' implies read-only but this is not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
Appropriately brief for a single-parameter tool, but contains wasteful repetition ('需要需要'). The front-loading is correct (action first), but the typo reduces clarity per the 'every sentence earns its place' standard.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Insufficient for the tool ecosystem. With '获取订单详情' as a sibling, the description must clarify whether this returns runner-specific data (location, phone) vs general order metadata. No output schema exists, yet the description doesn't compensate by describing return contents.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% description coverage for the single parameter. The description mentions needing an 'order number' but adds no format details, examples, or semantics beyond what the schema already provides. Baseline 3 is appropriate given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose3/5Does the description clearly state what the tool does and how it differs from similar tools?
States the basic action (query runner information) and required input, but fails to differentiate from sibling '获取订单详情' (Get order details). The name suggests real-time tracking ('实时信息'), but the description omits this key scope detail.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides no guidance on when to use this tool versus '获取订单详情' or other siblings. No mention of prerequisites (e.g., order status requirements) or 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.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but discloses nothing about side effects (whether this creates a temporary quote ID), idempotency, rate limits, or response format. Only input requirements are mentioned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence is appropriately front-loaded (purpose first), though marred by a typo ('需要需要'). No structural waste, but the typo slightly undermines professionalism.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Lacks output schema coverage, so description should explain return values (price structure, validity period). Also fails to mention the required city_name parameter, leaving the description incomplete for the 3-parameter tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, establishing baseline 3. The description mentions start/end addresses but entirely omits the required 'city_name' parameter, adding no additional syntax guidance beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose3/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states the core function ('查询订单价格') with specific verb and resource, but fails to distinguish from sibling '智能发单-创建订单' (e.g., clarifying this is a pre-creation price check vs. actual booking).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. Missing critical workflow context that this should be called before '创建订单' to determine pricing, or when to skip it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. While '取消' implies a write/mutation operation, the description fails to disclose consequences (refunds, fees), reversibility, or state transitions. No mention of rate limits or authorization requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence structure with action front-loaded. Appropriately brief for the tool complexity, though contains a typo ('需要需要'). No wasted words otherwise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a 2-parameter tool but missing lifecycle context crucial for cancellations (e.g., 'can only cancel pending orders'). Does not compensate for lack of output schema with explanation of return values or side effects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, establishing baseline 3. Description mentions order_code but entirely omits the required 'reason' parameter. Adds no semantic context beyond schema (e.g., no format details, constraints, or examples beyond what's in schema).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
States specific verb (取消/cancel) and resource (订单/order) clearly. However, lacks explicit differentiation from siblings (e.g., when to cancel vs. when to create or query), though the action itself is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides minimal guidance - only mentions that order_code is required. Contains no information about when cancellation is appropriate (e.g., order states), timing restrictions, or prerequisites. No 'when-not' guidance provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- 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 behavioral disclosure. It fails to mention whether this is a read-only operation, what happens if the order_code is invalid/not found, return value structure, or any rate limiting concerns. Only the basic input requirement is stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately brief and front-loaded with the action verb. However, it contains a repetition typo ('需要需要') and redundant phrasing that reduces clarity. Despite the brevity, the quality issues prevent a higher score.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter lookup tool without an output schema, the description meets minimum viability by identifying the required input. However, it lacks completeness regarding error scenarios, the nature of the 'details' returned, or authentication requirements, leaving significant gaps for an unannotated tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage with clear titles and descriptions. The description text repeats the parameter name ('订单编号order_code') but adds minimal semantic value beyond what the schema already provides, meeting the baseline expectation for high-coverage schemas.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('获取订单详情' - get order details) and the required resource. However, it does not explicitly differentiate from sibling tools like '取消订单' (cancel) or '订单询价' (inquiry) within the text itself, relying instead on the tool name for distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does 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 '订单询价' (inquiry) or '跑男信息查询' (runner query). It states what input is needed but not the contextual conditions or prerequisites for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. States 'automatic' creation but fails to disclose critical behavioral traits: whether this creates a binding financial commitment, if it's reversible (cancel order sibling exists), rate limits, or what success/failure looks like. For a transactional mutation tool, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness2/5Is the description appropriately sized, front-loaded, and free of redundancy?
Contains grammatical error ('需要需要' - repeated word). Structure is run-on with poor punctuation usage. Information is front-loaded but parameter listing is awkward. Not efficiently structured despite being short.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 2-parameter creation tool with no output schema, the description covers the prerequisite workflow (price calculation) but omits what the tool returns (likely order ID/details) and lacks safety warnings appropriate for order creation operations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema coverage, baseline is 3. The description adds valuable workflow context that price_token must come from the price calculation interface, which aids parameter understanding beyond the schema's type information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
States '自动创建订单' (automatically create order) which clearly identifies the action and resource. Mentions the price_token prerequisite which implicitly distinguishes this from the sibling '订单询价' (price inquiry) tool, though it could explicitly name that tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies workflow sequence by noting price_token must come from the price calculation interface, but lacks explicit when-to-use guidance (e.g., 'Use this after getting a price quote') or exclusions (e.g., 'Do not use if price is not confirmed').
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/uupt-mcp/uupt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server