Skip to main content
Glama

list_components

List every BlatUI component with its title and one-line description. Optionally filter by category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description fully bears the burden. It accurately indicates a read operation (list) and specifies the output (title and one-line description). However, it does not mention error behavior for invalid categories or result limits, but for a simple list this is adequate.

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?

A single, front-loaded sentence that efficiently communicates purpose and optional filtering. No extraneous words.

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

Completeness4/5

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

Given the simplicity of the tool (1 optional param, no output schema, no annotations), the description covers the essential aspects: what it lists, what it returns, and the filtering option. It could mention that the list is exhaustive or note the absence of pagination, but overall it is complete enough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds that the 'category' parameter is used for optional filtering, but provides no details on possible values, format, or behavior (e.g., case sensitivity). This is minimal and insufficient for an agent to use the parameter correctly.

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 the verb 'List' and the resource 'every BlatUI component' with explicit output (title and one-line description). It distinguishes from siblings like get_component (single component) and search_registry (narrower search).

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

Usage Guidelines3/5

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

The description implies use when you need a full list of components, optionally filtered by category, but does not explicitly state when to use this vs. alternatives like search_registry or get_component. No exclusions or conditions are mentioned.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Each tool targets a different aspect (component details, block/chart examples, installation commands, listing, searching). There's slight potential confusion between get_component and get_example, as both return source code, but they serve different entities (components vs blocks/charts) as clarified by descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_component, get_example, install_command, list_components, search_registry), making it easy for an agent to predict tool behavior based on the name.

Tool Count5/5

With 5 tools covering listing, searching, detailed retrieval, examples, and installation commands, the count is well-scoped for a registry-focused server without being too sparse or overwhelming.

Completeness5/5

The tool set provides full coverage for browsing and installing BlatUI components: listing, searching, getting details, getting examples, and generating install commands. No obvious gaps for the stated purpose.