Skip to main content
Glama

search

Search the ng-blatui registry (components, blocks, charts, templates) by keyword.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

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 full burden. It only states the tool searches by keyword but omits important behavioral details such as search behavior (e.g., fuzzy matching, case sensitivity), result format, pagination, or limits.

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 a single clear sentence that is front-loaded and concise. However, it could include more details without becoming verbose.

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?

Given the tool has one parameter, no output schema, and no annotations, the description is insufficient. It does not explain how search results are returned, scope differences from list tools, or handle edge cases like empty queries.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds minimal meaning beyond the parameter name 'query' by saying 'by keyword'. The parameter's expected format or constraints are not elaborated.

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 verb 'Search' and the resource 'ng-blatui registry' with specific item types (components, blocks, charts, templates). This distinguishes it from sibling tools which are 'get' and 'list' operations.

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 implies usage for keyword-based search but provides no explicit guidance on when to use this tool versus alternatives like the list tools. No when-not or alternative names are mentioned.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing different resource types, getting specific documentation, and keyword search. No overlap exists.

Naming Consistency4/5

Tools consistently use 'get_' and 'list_' prefixes, but 'search' deviates slightly from the verb_noun pattern, though it remains predictable.

Tool Count5/5

Seven tools is well-scoped for a component library server, covering listing, searching, and retrieving details without unnecessary bloat.

Completeness5/5

The tool surface covers the full workflow: discover resources via list and search, then get detailed docs or API. No obvious gaps for the stated purpose.