Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_techstack_facets

Get distribution counts for website technologies and categories. Filter by tech, CMS, CDN, web server, language, TLD, and more to reveal market-share counts.

Instructions

Facet the website tech-stack dataset. Returns distribution counts over the website tech-stack index (dataset id enum value techstack), honoring the same filters as search — the technology / category market-share view. Facet enum: technology, category, cms, ecommerce, cdn, web_server, server_language, analytics, tld, render_tier, seed_source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSubstring match on the site domain, max 256 characters
cdnNoExact CDN / hosting filter, e.g. Cloudflare, Fastly, Vercel
cmsNoExact CMS filter, e.g. WordPress, Shopify, Webflow
notNoRepeatable exact technology name the site must NOT use (excludes)
tldNoExact top-level-domain filter, e.g. com, org, io
facetYesFacet enum: technology, category, cms, ecommerce, cdn, web_server, server_language, analytics, tld, render_tier, seed_source
any_ofNoRepeatable exact technology name; the site must use at least one (OR)
run_idNoScan run id; defaults to the latest run
categoryNoExact category filter, e.g. Ecommerce, CMS, Analytics
ecommerceNoExact e-commerce platform filter, e.g. Shopify, WooCommerce, Magento
reachableNotrue keeps only sites whose homepage was fetched
technologyNoRepeatable exact technology name the site MUST use (AND)
web_serverNoExact web-server filter, e.g. nginx, Apache, IIS
has_captchaNotrue keeps only sites with a detected CAPTCHA
render_tierNoFetch-tier filter. Enum: http, browser
seed_sourceNoSource filter for where the domain was discovered, e.g. tranco
min_tech_countNoMinimum number of detected technologies, 0 or greater
server_languageNoExact server language / framework filter, e.g. PHP, ASP.NET, Ruby on Rails
is_infrastructureNofalse (the common case) excludes backend CDN/DNS/cloud-vendor hostnames that rank highly but were never meant to serve a public homepage, keeping only real, human-navigable sites; true keeps only those backend hostnames

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.16.0
    • addedInput schema / properties / is_infrastructure
      Added value: +{
      +  "description": "false (the common case) excludes backend CDN/DNS/cloud-vendor hostnames that rank highly but were never meant to serve a public homepage, keeping only real, human-navigable sites; true keeps only those backend hostnames",
      +  "type": "boolean"
      +}
  2. Addedv1.5.0

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose the key behavior: it returns counts, applies the same filters as search, and is scoped to dataset id techstack. It does not mention output format, limits, pagination, default run handling, or explicitly state that the operation is read-only, which leaves some behavioral uncertainty.

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?

Three compact sentences with no filler: action, output, filter relationship, and facet enum are all present. The most important information is front-loaded before the repeated enum list.

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?

Given no output schema and 19 parameters, the description cannot explain every filter, but it doesn't need to because the schema is fully described; it supplies the missing linkage to search and the facet choices. The main gap is the lack of any detail about the structure of the returned counts, though 'distribution counts' is a reasonable high-level answer.

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 coverage is 100%, so the baseline is 3. The description adds value by pointing out that all filter parameters behave exactly as in search and by listing the valid facet enum values, which helps the agent choose the facet dimension beyond the raw schema listing.

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 opens with a specific action ('Facet the website tech-stack dataset') and states the concrete output: distribution counts over the tech-stack index. It distinguishes this from search by framing it as the technology/category market-share view, and it enumerates the facet dimensions. None of the sibling dataset tools describe this exact aggregation behavior.

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?

It clearly sets the use case: produce market-share/distribution counts over a dataset rather than raw records, and it says the filters are the same as search. It does not explicitly name datasets_techstack_search as the alternative or state when not to use facets, so it stops short of a 5.

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