Skip to main content
Glama

Analyze a website

website_analyze
Read-onlyIdempotent

Read a public website and return suggested brand settings (name, industry, tone, goal, audience, keywords) plus scraped brand colours. Step one of onboarding: feed the result into brand_create. Results are cached, so re-analysing the same URL is free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteYesPublic https:// URL of the brand’s site.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds value beyond those by explaining that results are cached and re-analysis is free, and by clarifying it reads only a public website. This is useful behavioral context not present in the annotations.

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 sentences with no filler. The core action and outputs are front-loaded, the workflow connection to brand_create is one sentence, and the caching behavior is stated economically. Every sentence earns its place.

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 single-parameter read-only tool with rich annotations, the description covers what the tool does, what it returns, where it fits in onboarding, and the caching side effect. Since there is no output schema, the explicit list of returned fields is especially valuable and sufficient for correct invocation.

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 schema already documents the website parameter as a 'Public https:// URL of the brand's site.' The description adds no new parameter-level detail beyond restating 'public website,' so the baseline score of 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 uses a specific verb ('Read') and names both the resource ('a public website') and the concrete outputs ('suggested brand settings ... plus scraped brand colours'). It also positions this tool relative to brand_create, so an agent can distinguish analyze from create without opening the sibling schema.

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 gives explicit workflow context: 'Step one of onboarding' and directs the agent to feed the result into brand_create. It does not name alternatives or give when-not-to-use guidance, but for this tool the step-one positioning is a clear and sufficient usage signal.

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.

Resources