Skip to main content
Glama
AgenticBridge

StyleTrace

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_website_styleA

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.

review_generated_styleA

Review generated HTML or a generated image URL against a StyleTrace result, checking invariant matches, drift, and likely style violations.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one extracts design grammar from references, the other verifies generated output against an extracted style. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern in snake_case: 'analyze_website_style' and 'review_generated_style'. The naming is consistent and predictable.

Tool Count3/5

With only 2 tools, the set is on the thin side. For a server focused on style analysis and review, this minimal set covers the core workflow but feels slightly sparse compared to typical servers.

Completeness5/5

The two tools provide a complete lifecycle for the intended domain: analyze a style from references, then review generated output against that style. There are no obvious gaps in the stated workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues