Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

bestbuy_category

Fetch a Best Buy category's product listing by category ID. Returns one page of up to 24 products with normalized fields like price, rating, and review count.

Instructions

Get a Best Buy category's product listing. Returns one page (up to 24) of one Best Buy category's normalized product listing (sku, title, url, image, price, rating, review count). category_id is a Best Buy category id, e.g. pcmcat138500050001, found in a category page URL's trailing .c?id= segment. page is the optional 1-indexed page number (defaults to 1); requesting a page past the last one returns an empty products list, not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed page number, defaults to 1
category_idYesBest Buy category id
Behavior5/5

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

With no annotations, the description carries the full behavioral burden, and it does so thoroughly. It discloses the one-page limit of up to 24 items, the normalized fields returned, the default page behavior, and that requesting a page beyond the last returns an empty list rather than an error.

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 organized and front-loaded: purpose and output shape first, then category_id, then page. Every sentence contributes actionable information without repeating schema details or adding fluff.

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?

For a two-parameter, no-output-schema tool, this description is complete. It defines the expected behavior, output fields, page size, default page, and edge-case behavior, giving an agent everything needed to confidently call and interpret the result.

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 already documents both parameters (100% coverage), so the baseline is 3. The description adds meaningful context by giving a concrete category_id example, explaining where to find that ID in the URL, and clarifying pagination behavior beyond the schema's simple name and type.

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 first sentence states a specific verb and resource: it gets a Best Buy category's product listing. It also distinguishes this from sibling tools like bestbuy_categories or bestbuy_product by focusing on a paginated, normalized product listing with specific fields.

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?

The description clearly conveys that this tool is for retrieving product listings for a known Best Buy category ID, and even explains how to locate the ID in a category page URL. However, it does not explicitly name sibling tools such as bestbuy_search or bestbuy_product or state when not to use this tool, so it stops short of a perfect score.

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