Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_techstack_search

Find websites by their technology stack: search a dataset with filters for CMS, ecommerce, CDN, analytics, and combine required, optional, or excluded technologies.

Instructions

Search the website tech-stack dataset. Searches the website tech-stack index (dataset id enum value techstack) — one record per site listing the web technologies it is built with (frameworks, CMS, e-commerce, analytics, CDNs, servers, and more), BuiltWith / Wappalyzer-style. The reverse-index filters are the point: repeat technology to require several at once (AND), any_of to match at least one (OR), and not to exclude — e.g. sites on Shopify and Klaviyo but not Recharge. Sort enum: relevance, rank_asc, tech_count_desc, domain_asc, crawled_desc. render_tier enum: http, browser.

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
pageNoPage number, defaults to 1
sortNoSort enum: relevance, rank_asc, tech_count_desc, domain_asc, crawled_desc
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, Payment, CDN
ecommerceNoExact e-commerce platform filter, e.g. Shopify, WooCommerce, Magento
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
reachableNotrue keeps only sites whose homepage was fetched, false only sites that could not be fetched
technologyNoRepeatable exact technology name the site MUST use (AND), e.g. technology=Shopify&technology=Klaviyo
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.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the dataset's index nature, the reverse-index filter model, and the exact-match technology semantics, which sets clear expectations for how the search behaves. It does not mention pagination limits or result shape, but the schema covers constraints like page_size limits, and the search's read-only nature is reasonably implied by 'Search'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place: it covers dataset identity, record structure, filter semantics, an example, and enums in a compact form. It front-loads the core action before diving into details. There is minor redundancy with schema enum values, but it does not materially bloat the text.

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 tool with 21 parameters and no output schema, the description covers the central usage patterns thoroughly: dataset identity, filter combination, and the sort/fetch-tier enums. It falls slightly short on explaining output format and pagination behavior, but the schema documents pagination constraints and the search semantics are well conveyed. Overall, an agent can select and invoke this tool correctly with high confidence.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful value by illustrating how `technology`, `any_of`, and `not` combine (AND/OR/exclude) with a concrete example, which is more accessible than the schema's individual parameter descriptions. It also surfaces the `techstack` dataset enum value and restates the sort/render_tier enums, reinforcing understanding.

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 clear verb and resource: 'Search the website tech-stack dataset.' It further specifies the dataset id (`techstack`), the one-record-per-site structure, and the BuiltWith/Wappalyzer-style scope, making it unequivocally distinct from the many sibling search tools and from the related `datasets_techstack_facets` and `datasets_techstack_item` tools.

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 explicitly explains the core filter usage: repeat `technology` for AND, `any_of` for OR, and `not` for exclusion, with a concrete example (Shopify and Klaviyo but not Recharge). It also enumerates the sort and render_tier enums. It does not explicitly contrast with `datasets_techstack_facets` or `datasets_techstack_item`, but the usage context for this search tool is clear.

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