Skip to main content
Glama
denizzeybek-fe

Insider Design System MCP

list-components

Browse all Design System components and filter by category to find the right UI element for your project.

Instructions

List all available Design System components, optionally filtered by category

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by component category (e.g., "Form", "Layout", "Feedback")

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states the operation but reveals nothing about return format, the size of an unfiltered 'all' listing, pagination, or how invalid category values are handled. For an unbounded enumeration, this is a meaningful gap.

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?

One sentence, eleven words, with the verb and scope front-loaded. Every word earns its place and there is zero filler.

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

Completeness2/5

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

With no output schema and no annotations, the description should cover return-value expectations, but it says nothing about what a listing entry looks like or how results are bounded. For a simple one-optional-parameter tool it is adequate for invocation, yet it still leaves an agent guessing about response shape and scale.

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%: the category parameter already has a clear description with examples. The tool description adds nothing beyond echoing 'optionally filtered by category', so it neither helps nor hurts — the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb with a clear resource and scope: 'List all available Design System components', with an optional category filter. The name and phrasing distinguish it from siblings like get-component and search-components, but it never explicitly names those alternatives, so differentiation is inferred rather than stated.

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?

Usage is implied but not stated: 'List all available...' suggests a catalog-browsing purpose versus search-components for query-based discovery or get-component for a single item. There is no explicit when-to-use/when-not-to-use guidance, and the optional category filter is the only hint at scoping a call.

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

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/denizzeybek-fe/design-system-mcp'

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