Skip to main content
Glama

List the tagged Cronus UI catalog

list_catalog
Read-only

Return compact Hydra-ready cards for every component, block, variant, and template: name, short description, design style, palette, motion, intents, and the install command. No source files — cheap on tokens. Filter with kind. Use match_catalog to pick the best item for a prompt (login + smooth animation, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoRestrict to component, block, variant, or template cards.

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=true and openWorldHint=false. The description adds useful behavioral context: responses are compact cards, no source files, cheap on tokensتری. It doesn't contradict 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 short sentences: what it returns, cost characteristics, and pointer to the alternative. 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 compact read-only listing tool, the description states return fields, the optional filter, and when to prefer match_catalog. Nothing needed to invoke it correctly 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 coverage is 100% for the single `kind` param; the description only says 'Filter with `kind`' without adding meaning beyond the enum already provided.

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 states a specific verb and resource: 'Return compact Hydra-ready cards for every component, block, variant, and template.' It also lists the exact fields returned)Skip. It distinguishes itself from match_catalog and the sibling list tools by describing scope.

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 says to use `kind` to filter and explicitly routes to `match_catalog` when picking the best item for a prompt. It doesn't fully spell out when to prefer this over the other list_* siblings, but the scope ('every...') and the match_catalog exclusion are clear enough.

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.