linkfox-ehunt-etsy-category-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

EHunt Etsy 类目检索(
_ehunt_etsyCategorySearch

EHunt Etsy Category Retrieval (
_ehunt_etsyCategorySearch
)

在具备 LinkFox「第三方数据服务」MCP 时,按工具名
_ehunt_etsyCategorySearch
调用(MCP 展示名:Etsy品类查询,以当前环境下发的工具元数据为准)。数据来自 MCP 库本地检索
When the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name
_ehunt_etsyCategorySearch
(MCP display name: Etsy Category Query, subject to the tool metadata distributed in the current environment). Data comes from local retrieval in the MCP library.

前置条件

Prerequisites

库内须已有
_ehunt_syncEtsyCategory
写入的全量类目(MCP 展示名:Etsy品类同步)。若无数据或结果为空,应先完成同步再检索。
The library must contain the full set of categories written by
_ehunt_syncEtsyCategory
(MCP display name: Etsy Category Sync). If there is no data or the result is empty, complete the sync first before retrieval.

要点

Key Points

  • 必填
    keyword
    (子串匹配类目名称、类目 id、
    parentIds
    )。
  • 分页
    page
    从 1 起;
    pageSize
    默认 50、最大 200。
  • 返回的
    id
    可作为
    _ehunt_productQuery
    / 店铺侧
    category
    等入参的类目标识(与具体工具 schema 一致即可)。
  • Required:
    keyword
    (substring match for category names, category ids,
    parentIds
    ).
  • Pagination:
    page
    starts from 1;
    pageSize
    defaults to 50, maximum 200.
  • The returned
    id
    can be used as the category identifier for input parameters such as
    _ehunt_productQuery
    / shop-side
    category
    (as long as it matches the specific tool schema).

脚本(可选)

Script (Optional)

命令行调试:
python scripts/ehunt_etsy_category_search.py '<JSON>'
(需
LINKFOXAGENT_API_KEY
)。详见 references/api.md 末尾。
Command-line debugging:
python scripts/ehunt_etsy_category_search.py '<JSON>'
(requires
LINKFOXAGENT_API_KEY
). See the end of references/api.md for details.

参考

References

入参/出参表见 references/api.md
See references/api.md for the input/output parameter table.