Skip to main content
Glama

list_components

List shipped Electrik Slate Blade components with docs URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions 'with docs URLs' which implies the output includes URLs, but it does not disclose other behaviors like read-only safety, pagination, or whether internal components are excluded. For a simple list tool, this is minimal but adequate.

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, front-loaded verb, zero filler. Perfectly concise and to the point.

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 tool with no parameters and no output schema, the description fully covers its purpose and the key output detail (docs URLs). It is a simple list operation and nothing more is needed.

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?

Tool has zero parameters, and schema coverage is 100% (trivially). The description does not need to explain parameters, and the baseline for 0 params is 4.

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?

Description clearly states verb 'List' and resource 'shipped Electrik Slate Blade components' with an additional detail about docs URLs. This distinguishes it from siblings like get_component_docs and get_component_source, which focus on individual components rather than a list.

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 purpose implies when to use it (to obtain a list of all components), which is clear context. However, it does not explicitly mention when not to use it or suggest alternatives, such as using get_component_docs for detailed documentation of a specific component.

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.9/5.0
Disambiguation4/5

Most tools are clearly distinct: component docs, component source, docs pages, and index browsing each target a specific need. The only potential confusion is between get_component_docs and get_docs_page, since component docs are a subset of docs pages, but the descriptions clarify the intended usage.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_* and list_*), with clear and predictable object nouns. This makes it easy to infer what each tool does before reading its description.

Tool Count5/5

Six tools is well-scoped for a documentation and component lookup server. Each tool covers a distinct need—listing, fetching docs, fetching source, and browsing pages—without unnecessary duplication.

Completeness4/5

The core workflows of exploring components, fetching component docs, and retrieving source code are well covered. A minor gap is that blocks can only be listed, with no corresponding block detail or source tool, and there is no search capability beyond the llms.txt index.