Skip to main content
Glama

detect_tech_stack

Read-only

Identify the technology stack and services used by a website. Returns framework names, CMS platform, JavaScript libraries, analytics services, CDN provider, hosting provider, and security tools detected. Use for competitive analysis, vendor intelligence, or understanding site architecture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesWebsite URL to analyze (e.g. 'https://www.example.com')

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true (safe read operation) and openWorldHint=true (may discover unexpected information). The description aligns by listing what it returns and does not indicate any destructive behavior. It adds value by listing specific detected categories, though it omits potential limitations like false negatives.

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: the first explains purpose and output, the second gives usage guidance. No unnecessary words. Well-structured and front-loaded.

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

Completeness5/5

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

For a simple tool with one parameter and good annotations, the description covers purpose, output categories, and use cases. It is complete enough for an agent to select and invoke correctly.

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?

The schema has 100% description coverage for the single parameter 'url', including an example format. The description adds no new information beyond what the schema provides, so baseline 3 is appropriate.

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 tool's verb ('Identify') and resource ('technology stack and services used by a website'), and lists specific outputs (framework names, CMS, etc.). It distinguishes itself from siblings like check_dns or crawl_website by focusing on tech stack detection.

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 provides explicit usage contexts ('competitive analysis, vendor intelligence, or understanding site architecture') but does not mention when not to use or compare directly with siblings. The context is clear and helpful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of web analysis: DNS records, SSL certificates, full website crawling, technology stack detection, and WHOIS data. There is no ambiguity in their purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_dns, check_ssl, crawl_website, detect_tech_stack, lookup_whois. The pattern is uniform and predictable.

Tool Count4/5

5 tools is appropriate for a focused SEO and web analysis server. It covers the core areas without being excessive or too thin, though a couple more could be added.

Completeness3/5

Covers DNS, SSL, crawling, tech stack, and WHOIS, but misses common SEO tools like HTTP header inspection, robots.txt/sitemap analysis, or page speed evaluation. Notable gaps exist.

Resources