Skip to main content
Glama
TheDecipherist

classmcp

get_class

Convert semantic class names into the actual CSS utility classes for your HTML, with support for minified or SSR-safe output.

Instructions

Get the full utility classes for a semantic class name. Returns the CSS classes you should use in your HTML. Supports SSR-safe filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe semantic class name (e.g., 'btn-primary', 'card', 'input')
minifiedNoReturn a minified single-character class name for maximum token savings (default: false)
ssrSafeNoOnly return SSR-safe classes that won't cause hydration mismatches (default: false)
includeStatesNoInclude hover/focus/active state variants in the output (default: true)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions SSR-safe filtering but does not state that the operation is read-only or side-effect-free. An agent cannot infer safety or impact from the description alone.

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?

Two concise sentences that front-load the core purpose and add a notable feature. Every word earns its place with no fluff.

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

Completeness2/5

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

Despite having 4 parameters and no output schema, the description does not specify the return format (e.g., array, string). The agent would need to infer structure. For a complete specification, details on output should be included.

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 input schema has 100% description coverage, so the schema already documents all four parameters. The description adds no extra meaning beyond referencing 'SSR-safe filtering', which aligns with the ssrSafe parameter. 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 clearly states that the tool gets the full utility classes for a semantic class name, specifying the output (CSS classes for HTML) and a key feature (SSR-safe filtering). This is distinct from sibling tools like list_classes or search_classes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives such as list_classes or search_classes. The description does not mention prerequisites or common use cases, leaving the agent to infer context.

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/TheDecipherist/classmcp'

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