Skip to main content
Glama

Province Distribution

get_province_distribution
Read-onlyIdempotent

Analyzes supplier distribution across Chinese provinces to identify manufacturing hotspots for sourcing decisions. Use this tool to determine which regions to focus on before searching for specific suppliers.

Instructions

Show supplier distribution across Chinese provinces.

USE WHEN:

  • User asks "where are factories located" / "which provinces"

  • User needs to decide which region to source from

  • "哪里有工厂" / "供应商分布"

WORKFLOW: Standalone discovery tool. Use this to identify which provinces to focus on, then search_suppliers with that province. RETURNS: { total_provinces, data: [{ province, supplier_count, top_cities: [{ city, count }] }] } NOTE: Provinces are ranked by supplier count (Guangdong, Zhejiang, Jiangsu, Fujian typically lead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_typeNoFilter by product type (e.g. sportswear, t-shirt, 运动服)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering safety and idempotency. The description adds valuable context beyond annotations: it specifies the ranking order (provinces ranked by supplier count with typical leaders), describes the return structure in detail, and clarifies this is for discovery purposes. No contradiction with annotations exists.

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?

The description is well-structured with clear sections (purpose, USE WHEN, WORKFLOW, RETURNS, NOTE), each sentence adds value, and it's front-loaded with the core purpose. No redundant information or wasted words, making it efficient for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (one optional parameter), rich annotations covering safety and idempotency, and no output schema, the description provides excellent completeness. It explains the purpose, usage scenarios, workflow integration, detailed return format, and behavioral notes like ranking, which compensates for the lack of output schema and gives the agent full context.

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 description coverage is 100% for the single parameter (product_type), with the schema already documenting it as a filter for product type. The description doesn't add any additional parameter semantics beyond what's in the schema, but with high coverage, the baseline is 3. The description focuses more on output and usage context.

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's purpose with specific verb ('show') and resource ('supplier distribution across Chinese provinces'), distinguishing it from siblings like search_suppliers (which filters by province) or get_supplier_detail (which focuses on individual suppliers). It explicitly identifies the geographic scope and data type.

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

Usage Guidelines5/5

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

The description provides explicit guidance with a 'USE WHEN' section listing three specific scenarios (including Chinese phrases), a 'WORKFLOW' section explaining this is a standalone discovery tool to identify provinces before using search_suppliers, and clear differentiation from alternatives. It tells both when to use it and how it fits into a broader workflow.

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/meacheal-ai/mrc-data'

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