Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

chromewebstore_category

List Chrome Web Store extensions by category slug. Returns item cards for categories like productivity/tools or lifestyle/shopping.

Instructions

List items in a Chrome Web Store category. Returns the item cards listed under an extensions category slug (e.g. productivity/tools, lifestyle/shopping, make_chrome_yours/privacy). Use /chromewebstore/categories for the reference taxonomy. Defaults: num=50, country=us, lang=en.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numNoMaximum number of items
langNoTwo-letter language code
countryNoTwo-letter storefront country code
categoryYesCategory slug under extensions
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states it returns 'item cards' and lists defaults, but does not disclose pagination, data structure, or potential limits. This is adequate but lacks depth for a tool that returns a list of items.

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 two sentences, front-loading the purpose and then providing examples, reference, and defaults. Every sentence adds value with no redundancy.

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?

Given the moderate complexity (4 params, 1 required, no output schema), the description covers usage and defaults but does not describe the return format or mention pagination. It is sufficient for a simple listing tool but could be more complete.

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?

The input schema has 100% coverage, but the description adds value by providing example values (e.g., 'productivity/tools' for category) and stating defaults (num=50, country=us, lang=en). This helps agents understand parameter usage beyond the schema.

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 'List items in a Chrome Web Store category' with specific verb and resource. It provides example category slugs and references /chromewebstore/categories, distinguishing it from sibling tools like chromewebstore_categories or chromewebstore_item.

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 directs users to use /chromewebstore/categories for taxonomy reference and states default values for num, country, lang. While it does not explicitly contrast with sibling tools, the context implies this tool is for batch category-based listing, not for search or individual items.

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