Skip to main content
Glama

Search the design system

search
Read-only

Find components, foundations, patterns, layouts, or tokens by keyword when you know what you need but not where it lives.

Instructions

Full-text search across components, foundations, patterns, layouts and tokens. Use when you know what you need but not where it lives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNoRestrict to certain kinds of result.
limitNoMaximum results (default 12).
queryYesWhat you are looking for, e.g. "focus ring", "dark mode borders", "bulk selection".
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds the search scope (across components, foundations, etc.) but does not disclose behavior like result format, pagination, or default limits. This is similar to the get_calls example where basic scope is added but return behavior is omitted.

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 concise sentences, front-loaded with the core function and a clear usage heuristic. No filler or redundancy; 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 simple search tool with comprehensive schema coverage and read-only annotations, the description provides sufficient context. It explains what is searched, the use case, and the schema handles parameter details. No output schema is needed for a search tool that returns matching items.

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 fully documents all parameters (query, kinds, limit). The description adds general context about full-text search but does not enhance parameter meaning beyond what the schema already provides. 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 clearly states the tool performs full-text search across specific resource types (components, foundations, patterns, layouts, tokens) with a specific verb. It distinguishes itself from sibling retrieval tools by framing its purpose as finding content when location is unknown.

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?

Provides explicit usage guidance: 'Use when you know what you need but not where it lives.' This clearly indicates the appropriate context, though it does not explicitly mention alternatives or when-not-to-use scenarios.

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/mictsi/SekuraDesignMCP'

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