Skip to main content
Glama

apMZoomAI · Dongdaemun wholesale

Search wholesale items

search_products
Read-onlyIdempotent

Search wholesale fashion items listed by stalls in the Dongdaemun market, Seoul, on apMZoomAI (앱엠줌AI). Accepts short keywords in any language (English, Korean, Chinese, Japanese, Vietnamese, Thai, Indonesian, Malay). Returns each item's name, photos, category, the stall's building, floor and stall number, and an apMZoomAI link. Prices are not available through this tool; the buyer opens the item link to see price and wholesale ordering details. Only stalls currently in business are included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage for item names, labels and links: en, zh, ko, ja, vi, th, id or ms. Default en.en
limitNoHow many items to return (1-20, default 10).
queryYesShort keywords in any language, e.g. "linen dress", "원피스", "针织开衫". Keywords only, not a whole message.
buildingNoOnly this building, e.g. "apM", "THEOT", "NUZZON". Use a building key returned by list_buildings.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
langYes
noteYes
countYes
queryYes
buildingYes
productsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive behavior, so the bar is lower. The description adds genuinely useful behavioral context: the returned fields, the fact that pricing/ordering must happen via the item link, and that only currently operating stalls appear. It could still say more about ranking or result ordering.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences, front-loaded with purpose and scope before the caveats about price and stall status. Dense and nearly waste-free, though the return-field enumeration slightly overlaps the output schema.

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?

An output schema exists, so the description needn't detail return values, yet it succinctly previews them. Combined with the price caveat and active-stall constraint, an agent has enough to call the tool correctly; only explicit sibling routing is missing.

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%, so query, lang, limit, and building are all fully documented in the schema. The description's mention of supported languages and 'keywords only, not a whole message' largely restates the schema, so it sits at the baseline rather than adding new meaning.

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?

States a specific verb (Search) and resource (wholesale fashion items listed by stalls in Dongdaemun), with concrete scope: market, city, and platform. An agent can distinguish this from find_stalls, get_product, and get_new_arrivals immediately.

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?

Gives clear context ('short keywords in any language') and an important exclusion: only in-business stalls are returned and prices are not available here. It does not, however, explicitly name alternatives such as get_product for full item detail or get_new_arrivals for recent listings, so routing guidance is implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.