Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_chrome_extensions_facets

Aggregate Chrome Web Store extensions data by facet such as category, developer, permission, or manifest version. Filter results by query, sort, and other criteria to get bucket counts.

Instructions

Facet the Chrome Web Store dataset. Returns aggregation buckets. Facet enum: item_type, category, developer, developer_email, manifest_version, permission, status, collects_data, has_broad_host_access. Item type enum: extension, theme, app, unknown. Search sort, status and manifest-version enums match the search endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query
sortNoSort enum: relevance, users_desc, rating_desc, reviews_desc, updated_desc, trending_desc
facetYesFacet enum: item_type, category, developer, developer_email, manifest_version, permission, status, collects_data, has_broad_host_access
statusNoStatus enum: active, removed
categoryNoExact category
developerNoExact developer
item_typeNoItem type enum: extension, theme, app, unknown
min_usersNoMinimum users
min_ratingNoMinimum rating
permissionNoExact permission
collects_dataNoData-collection filter
developer_emailNoExact developer email
manifest_versionNoManifest version enum: 2, 3
min_rating_countNoMinimum rating count
has_broad_host_accessNoBroad-host-access filter
Behavior3/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It states returns 'aggregation buckets' but does not clarify read-only nature, authentication requirements, rate limits, or parameter interaction effects. The enum note linking to search endpoint provides some context but lacks depth.

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 consists of two concise sentences. The first sentence front-loads the purpose and output, while the second efficiently lists enums. Every word serves a purpose; no redundancy or fluff.

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

Completeness2/5

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

Despite the tool's complexity (15 parameters, no output schema), the description fails to explain the return format of buckets, how filters interact with faceting, or whether the tool supports pagination. Critical details for correct invocation are missing, making it incomplete for an autonomous agent.

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 the baseline is 3. The description adds minimal semantic value—only listing some enums beyond the schema's descriptions. For example, the schema already defines 'sort' enum values; the description merely notes alignment with search endpoint. No extra meaning for most parameters.

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 the action ('facet'), the resource ('Chrome Web Store dataset'), and the output ('aggregation buckets'). The explicit listing of facet enum values and item type enum further clarifies the tool's scope, distinguishing it from sibling facet tools for other datasets.

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

Usage Guidelines3/5

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

The description implies usage for obtaining aggregation buckets but does not provide explicit when-to-use or when-not-to-use guidance. It fails to differentiate from sibling tools like search or item retrieval, nor does it suggest alternatives for specific needs. The mention of enum matching with the search endpoint is helpful but insufficient.

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