Skip to main content
Glama

list_components

List all available @marmoui/ui components with names, descriptions, categories, and prop counts. Use to discover what exists. Prefer search_components when you already know the use case (form, table, dialog, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status (e.g., "stable", "beta")
categoryNoFilter by category (e.g., "Components", "Layout")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are present, so the description carries the burden. It transparently states that it lists all components and specifies the returned fields, implying a read-only operation. It doesn't disclose pagination or rate limits, but for a simple listing tool this is sufficient.

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 sentences, no filler. First sentence states purpose and output, second provides usage guidance. Every word 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 read-only listing tool with two optional filters and no output schema, the description covers purpose, return contents, and usage context. It also flags the sibling alternative. Complete for its complexity.

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 both parameters (status and category) with descriptions. The tool description doesn't add further parameter-level detail, so it meets the baseline for schema-backed parameter semantics.

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 'List' and identifies the resource '@marmoui/ui components' with output details (names, descriptions, categories, prop counts). It also distinguishes from sibling tools by mentioning when to prefer search_components.

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

Usage Guidelines5/5

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

Explicitly states 'Use to discover what exists' and 'Prefer search_components when you already know the use case', providing clear usage context and an explicit alternative.

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.