Skip to main content
Glama
pangolinfo

PangolinFo Amazon Ad Tracker & Review Intelligence

Official
by pangolinfo

get_category_children

Drill down Amazon category tree from any parent node to list direct subcategories. Helps navigate to the right category level for product listing or analysis.

Instructions

[Amazon 类目树下钻] 从根节点或任意类目逐级下钻,列出直接子类目。 Use when: 用户说"看一下 Amazon 类目树""X 类目下有什么子类""列出顶级大类""下钻到三级类目";做类目地图时;search_categories 给了多个候选类目想看哪个层级合适。 Don't use: 想按关键词跳到类目(用 search_categories 更快);想要类目下的商品列表而非子类目(用 list_category_products)。 Returns: data.items.data[{ browseNodeId, browseNodeIdPath, browseNodeName, browseNodeNameCn, parentBrowseNodeIdPath, productType, sellable, hasChild }] + data.items.pagination.{ total, page, size, hasNext };留空 parentBrowseNodeIdPath 返回顶级根节点;hasChild=1 说明可继续下钻。翻页: 用 page 参数(默认 1,size 默认 10、上限 50);pagination.hasNext=true 表示该层子类目还没列完。 Pair with: ↑ 起点 parentBrowseNodeIdPath 可留空(顶级)或来自 search_categories;↓ 每条结果的 browseNodeIdPath 可喂回本工具再下钻一层,或喂 list_category_products / filter_categories。 Cost: ~1 积点/页, ~3s。翻页只在某节点子类目特别多(>size)且用户要"看全部子类"时才做

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentBrowseNodeIdPathNo父节点路径。可填单个 browseNodeId 或斜杠分隔的完整路径。Examples: '2619526011' (Appliances, 顶级下钻) / '2619526011/18116197011' (Appliances > Ranges/Ovens/Cooktops, 三级下钻)。留空则返回顶级根节点。
pageNo页码,从 1 开始。
sizeNo每页条数。
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses read-only nature (no destructive hint), cost (~1 credit/page, ~3s), pagination only when many children, and details the return fields (browseNodeId, hasChild, etc.). It explains that empty parent returns root and hasChild=1 for further drill. 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.

Conciseness4/5

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

Description is multi-sentence but well-structured with clear sections (purpose, use/don't use, returns, pagination, pairing, cost). It front-loads the core purpose. Could be slightly more concise, but every sentence adds value.

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?

Despite lacking an output schema, the description fully explains the return structure (fields, pagination), how to chain with other tools (e.g., feed browseNodeIdPath back for deeper drill, or to list_category_products), and when to paginate. This is comprehensive for a drill-down tool.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds value with examples for parentBrowseNodeIdPath (single ID vs path), special case for empty root, and pagination behavior (page default 1, size default 10, max 50). While schema already covers types and constraints, description enriches with 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 starts with a clear verb+resource: '从根节点或任意类目逐级下钻,列出直接子类目' (drill down from root or any category to list direct children). It distinguishes itself from siblings like search_categories (keyword search) and list_category_products (product listing under a category).

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?

Explicit 'Use when' and 'Don't use' sections with concrete examples (e.g., user says X, when doing category map). It also advises against using for keyword-category jumps or for product listing, directing to alternative tools. Pairing with other tools is also described.

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