Skip to main content
Glama
Rachidhssin

shadcn-registry-mcp

by Rachidhssin

list_groups

Read-onlyIdempotent

Lists available component groups from the shadcn/ui registry for bulk installation, e.g., form, overlay, navigation. Discover categories before installing multiple components.

Instructions

List all available component groups for bulk installation (e.g. "form", "overlay", "navigation")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description is fully consistent with them. It adds useful context by specifying the scope ('all available') and the practical use case ('for bulk installation'), so an agent understands this is a safe, side-effect-free lookup.

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?

Single sentence, front-loaded with the verb and resource, and includes just enough context with examples. Every part earns its place; nothing is redundant or distracting.

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?

For a simple zero-parameter, read-only tool with no output schema, this description is sufficient: it states what is returned and gives representative values. It does not describe return format, but the low complexity and strong annotations make that a minor gap.

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

Parameters4/5

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

The tool has zero parameters, so parameter semantics are largely irrelevant. The baseline for zero-parameter tools is 4, and the description provides no misleading parameter information.

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 names a specific action ('List') and resource ('all available component groups'), and clarifies the purpose with concrete examples ('form', 'overlay', 'navigation'). This clearly distinguishes it from siblings like list_components and search_components because it targets groups rather than individual components.

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 provides clear context: this tool is for retrieving available component groups for bulk installation. It does not explicitly name alternative tools or state when not to use it, but the purpose is specific enough that an agent can infer when it applies.

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/Rachidhssin/shadcn-registry-mcp'

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