Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

chromewebstore_collection

Retrieve items from a curated Chrome Web Store collection by specifying a collection slug. Optionally set language, country, and item count.

Instructions

List items in a curated Chrome Web Store collection. Returns the item cards in a curated store collection slug (e.g. editors_picks_extensions, dark_mode, ai_productivity). Use /chromewebstore/categories for known collection slugs. 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
collectionYesCurated collection slug
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the basic behavior (returns item cards, uses slug, defaults) but lacks disclosure on safety (read-only vs. destructive), rate limits, or authentication requirements. For a simple listing tool, the transparency is adequate but not thorough.

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?

Two sentences: first states purpose and output, second gives examples and defaults. Every sentence is informative, no wasted words. Front-loaded with the key action.

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

Completeness4/5

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

For a simple listing tool with full schema coverage and no output schema, the description covers the essential aspects: what it does, how to find slugs, and default parameters. It could mention the structure of 'item cards' or if pagination is involved, but it is sufficiently complete for an agent to use.

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

Parameters5/5

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

Schema coverage is 100% with all parameters described. The description adds significant value beyond the schema by explaining the 'collection' parameter as a slug, providing example slugs, and clarifying default values for 'num', 'country', and 'lang'. It also points to another endpoint for known slugs.

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 curated Chrome Web Store collection' and specifies that it returns item cards for a given slug. It includes examples of slugs like 'editors_picks_extensions', making the resource and action unambiguous.

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?

Provides clear guidance on how to find collection slugs by referencing '/chromewebstore/categories'. States defaults for parameters, but does not explicitly mention when not to use this tool versus other similar tools like chromewebstore_search.

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