Skip to main content
Glama
pangolinfo

PangolinFo Amazon Ad Tracker & Review Intelligence

Official
by pangolinfo

list_new_releases

List Amazon New Releases to find products that sold best within 30 days of launch. Use to detect emerging products and new market entrants.

Instructions

[Amazon 新品榜] 拉某类目的 New Releases——上市 30 天内卖得最好的 ASIN。 Use when: 用户说"X 类目新品""有没有黑马新品""最近上架卖得好的""趋势新品方向""新进竞品";GTM 选品里捕捉新切入角度;竞品雷达里发现新进入者。 Don't use: 看长青款(用 list_bestsellers);看类目全部商品(用 list_category_products);只知道关键词不知道类目(先 search_categories)。 Returns: data.json[0].data.{ reftag='zg_bsnr_g_', recsList } — recsList 是字符串形式的 JSON 数组,需二次 parse;每条 { id, metadataMap.{ render.zg.rank, ... } }。 Pair with: ↑ categorySlug 同 list_bestsellers;↓ 把 id (ASIN) 喂 get_amazon_product 看为什么能上新品榜(卖点、价格、变体策略)。 Cost: ~1 积点/次, ~5s。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categorySlugYesAmazon New Releases 类目 slug(小写英文短横线),如 'electronics'、'home-garden'。可以从 amazon.com/gp/new-releases 顶部导航的 URL 路径里读到。
siteNoAmazon 站点。默认 amz_us。amz_us
zipcodeNo邮编,必须匹配 site 站点所在国家(amz_us → 美国邮编,amz_jp → 日本邮编 …)。可选;不传时后端会从对应国家邮编池随机挑一个。跨国邮编(如 amz_us + 日本邮编)会被后端拒绝。Examples: 10001 (NY) / 90001 (LA) / 100-0001 (Tokyo).
formatNo返回格式。默认 'json'——结构化新品榜单。需要原始页面阅读时切 'markdown'。json
Behavior5/5

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

No annotations are provided, but the description compensates fully by disclosing cost (~1 credit/call, ~5s latency) and the complex return structure (recsList as JSON string needing secondary parse). It also explains the data nesting (data.json[0].data), ensuring the agent understands the behavior.

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 sections (use, don't use, returns, pair). Every sentence serves a purpose; despite its length, it is concise for the complexity covered. Front-loads the core purpose in Chinese then English.

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 absence of output schema, the description thoroughly explains the return format (recsList as parseable JSON) and metadata structure. It also provides cost and pairing guidance, making this a self-contained, complete definition for the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the description adds significant context: explains how to obtain categorySlug from URL, provides examples for zipcode per site, and clarifies default formats. This goes beyond the schema, enriching understanding.

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 it lists New Releases (items selling best within 30 days) for a category, using specific verbs like '拉' and '列出'. It distinguishes from siblings like list_bestsellers (for evergreen bestsellers) and list_category_products (for all products), making the purpose unmistakable.

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?

Explicitly provides when-to-use scenarios (e.g., '类目新品', '黑马新品') and when-not-to-use (e.g., evergreen bestsellers, all products). Also suggests pairing with get_amazon_product for deeper analysis, giving clear guidance on tool selection.

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/pangolinfo/pangolinfo-mcp'

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