Skip to main content
Glama
AgenticBridge

StyleTrace

Analyze website style

analyze_website_style
Read-only

Extract a compact design grammar from public website URLs, images, screenshots, or HTML snippets. Returns style constraints and evidence for downstream synthesis or review.

Instructions

Analyze exact public website URLs, public image URLs, or a mix of both and extract a compact design grammar. StyleTrace analyzes only the references you provide. Evidence can be omitted, exported to a sidecar file, or inlined.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsNoOne or more exact public http/https URLs to analyze. StyleTrace analyzes only the URLs you provide and does not crawl additional pages automatically.
fidelityNoOptional fidelity target for downstream synthesis output. Does not change raw evidence capture.
referencesNoMixed references to analyze. Use type=url for websites, type=image or type=screenshot for public image URLs, and type=html for bounded raw HTML snippets.
designIntentNoOptional downstream generation intent used only to shape prompt-ready guidance.
evidenceModeNoHow evidence should be returned. Defaults to omit. Use file to export evidence to a sidecar JSON instead of embedding it in structuredContent.
targetArtifactNoOptional target artifact to shape synthesis output for downstream agents. Does not change raw evidence capture.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sitesYes
guidelineYes
synthesisYes
blendModesYes
styleRisksYes
softGuessesYes
variationAxesYes
reviewContractYes
styleInvariantsYes
promptReadyBriefYes
visualVocabularyYes
originalityBoundaryYes
compositionBlueprintYes
evidenceArtifactPathNo
Behavior4/5

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

The readOnlyHint annotation already marks this as a safe read operation, and the description complements it by adding key behavioral details: it does not crawl additional pages, analyzes only provided references, and can omit evidence, export to a sidecar file, or inline it. No contradiction with annotations; the added context goes beyond what annotations provide.

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 three compact sentences, each earning its place. It front-loads the core action and output, then adds important constraints and evidence-mode flexibility without waste or redundancy.

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?

Given the six-parameter schema with 100% coverage, an output schema, and readOnly annotations, the description is complete enough for correct invocation. It clearly states what the tool does, what inputs it accepts, and key behavioral constraints (no crawling, evidence modes). No critical information is missing.

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 all six parameters fully, including enums and per-parameter descriptions. The tool description repeats the idea of URLs/images and evidence modes but does not add meaning beyond the schema's own parameter descriptions. 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 uses a specific verb ('Analyze') with a clear resource ('exact public website URLs, public image URLs, or a mix') and states the produced output ('compact design grammar'). It also distinguishes itself by noting StyleTrace analyzes only provided references, which differentiates it from the sibling tool 'review_generated_style'.

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 clear usage context: analyze exact public URLs or image URLs to extract design grammar. It also communicates an important constraint ('analyzes only the references you provide') and hints at evidence-mode choices. However, it does not explicitly mention when to prefer this tool over the sibling 'review_generated_style' or state exclusions such as private/internal URLs.

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/AgenticBridge/style-trace'

If you have feedback or need assistance with the MCP directory API, please join our Discord server