Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

shein_category_goods

Need SHEIN category products? Fetch listings by category ID with page and sort controls, returning normalized product fields.

Instructions

SHEIN category product listing. Returns SHEIN's product listing for a category, with the same normalized product-card fields as product search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number
sortNoSHEIN sort code
cat_idYesNumeric SHEIN category id
page_sizeNoResults per page
Behavior2/5

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

Annotations are absent, so the description carries the full behavioral burden. It conveys a read operation ('Returns') but discloses no behavioral traits such as pagination behavior, what sort codes do, error handling for invalid cat_id, or whether results are normalized across pages. It's not misleading, but it provides little beyond the operation's surface meaning.

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?

Two sentences totaling roughly 24 words, with the core operation stated in the first sentence. Mild redundancy between the opening noun phrase 'SHEIN category product listing' and the main sentence's 'product listing for a category,' but no waste beyond that.

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

Completeness3/5

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

Adequate for a simple one-required-param listing tool: it names the required input implicitly (cat_id) and cross-references the output shape to product search. It doesn't tell an agent where to obtain a valid cat_id (e.g., via shein_category_nav) or explain sort/pagination semantics, leaving it minimally viable rather than complete.

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%, so all four parameters already carry their own descriptions ('Numeric SHEIN category id', '1-based page number', 'SHEIN sort code', 'Results per page'). The description adds no further parameter context, such as valid sort code values or page_size bounds; with full schema coverage, the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource — 'Returns SHEIN's product listing for a category' — and adds the useful detail that output uses the same normalized product-card fields as product search. However, it doesn't explicitly distinguish itself from SHEIN siblings like shein_category_nav or shein_category_filters, leaving some differentiation to the tool name.

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

Usage Guidelines2/5

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

No guidance on when to choose this tool over the many SHEIN siblings (shein_category_nav, shein_category_filters, shein_products_search). The reference to 'same normalized product-card fields as product search' is the only thread to an alternative, but it never says when category listing is the right call versus keyword search or navigation.

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/Crawlora-org/crawlora-mcp'

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