Skip to main content
Glama
Fernandocgomez

DemoTool MCP Server

design_system_available_components

Retrieve design system component documentation to discover available UI elements, their APIs, props, events, examples, and usage patterns. Filter by component name or list all.

Instructions

📚 Component Registry: Returns comprehensive documentation for all design system components. Use this tool to discover available components (button, card, input, modal, etc.) and learn their APIs, props, events, examples, and usage patterns. Can retrieve all components or filter by specific component name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentNoOptional component name to filter documentation (e.g., "button", "card", "modal", "input"). If not provided, returns all component documentation.
listComponentsNoIf true, returns a simple list of all available component names instead of full documentation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It discloses that the tool returns documentation and supports both unfiltered and filtered retrieval, but it does not mention whether this is strictly read-only, whether there are authentication constraints, rate limits, or the output format. It adds some context but leaves important behavioral traits unaddressed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences and front-loads the registry purpose before mentioning usage and retrieval modes. It is efficient and avoids redundancy, though a small amount of extra detail (e.g., emoji label) is decorative rather than essential.

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 low-complexity, two-optional-parameter tool with no output schema, the description is largely complete: it explains what is returned, what content areas are covered, and how filtering works. It omits only secondary details like output format and size, which are minor given the tool's nature.

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 description coverage is 100%, so the schema already fully documents both optional parameters. The description repeats the filtering concept and gives example component names, adding only marginal value beyond the schema. A baseline 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 states a specific verb and resource: 'Returns comprehensive documentation for all design system components.' It also specifies the discovery intent and the content types (APIs, props, events, examples), making it clearly distinct from sibling tools like design_system_standards or modal_best_practices.

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 gives implied usage ('Use this tool to discover available components ... and learn their APIs'), but it never states when to prefer this over alternatives or when not to use it. No sibling tools are referenced or excluded.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.