Skip to main content
Glama

Server Details

Read-only MCP for Electrik Slate: Blade component docs, blocks gallery, source, and llms.txt.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
electrikhq/slate
GitHub Stars
11

Available Tools

6 tools
get_component_docsAInspect

Fetch markdown documentation for a Slate component (e.g. button, dialog, input).

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesComponent slug, e.g. button, alert-dialog, dark-mode-toggle

TDQS

A3.8/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 full burden. It discloses that it fetches markdown documentation (a read operation), but does not mention error behavior (e.g., missing component), rate limits, or other constraints. It adds only a minimal behavioral profile.

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?

Single sentence, front-loaded with the key action and resource, and includes a relevant example list. No wasted words.

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 simple one-parameter fetch tool, the description adequately covers purpose and parameter. No output schema exists, but the return type (markdown docs) is stated. It lacks error-handling or edge-case notes, but the simplicity of the tool keeps it mostly complete.

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% and the parameter 'name' is well-documented with examples. The description repeats the same examples (button, dialog, input) without adding new meaning beyond the schema. 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 the verb 'Fetch' and the resource 'markdown documentation for a Slate component'. It distinguishes itself from siblings like get_component_source (source code) and get_docs_page (generic docs) by specifying the component doc target with examples.

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 clear context (use for Slate component docs) but does not explicitly contrast with sibling tools or state when not to use. It implies usage by mentioning component names, but lacks explicit alternatives or exclusions.

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

get_component_sourceAInspect

Fetch the primary Blade source for a Slate component from the 3.x GitHub branch.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesComponent slug, e.g. button, dialog, toaster

TDQS

A3.9/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 fetching from a specific branch, but does not disclose output format, error behavior, or potential network/rate-limit considerations. Some context is added, but not comprehensive.

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?

A single, front-loaded sentence that immediately conveys the action, target, and branch. Every word earns its place with no unnecessary filler.

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 tool with one parameter and no output schema, the description is sufficiently complete. It specifies what is fetched and from where, which is enough to guide invocation.

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?

The schema already fully describes the single parameter 'name' with examples. The description adds no additional semantic detail beyond what is in the schema, so baseline 3 applies.

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 uses the specific verb 'Fetch' and clearly identifies the resource: 'primary Blade source for a Slate component from the 3.x GitHub branch.' This distinguishes it from sibling tools like get_component_docs and list_components.

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 context of fetching source is clear, but there is no explicit guidance on when to use this tool instead of get_component_docs or others. The distinction is implied by the term 'source' but not spelled out.

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

get_docs_pageAInspect

Fetch a docs markdown page by path (e.g. getting-started/installation, livewire, ai).

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDocs path without leading docs/, e.g. getting-started/installation or design-tokens

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It states the tool fetches a markdown page, implying a read-only operationcolare. However, it does not mention potential error conditions (e.g., 404), return format specifics, or any prerequisites. For a simple read tool, this minimal disclosure is adequate but not thorough.

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?

The description is extremely concise, two phrases, front-loaded with the core action and path format examples. No wasted words.

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?

Given the tool's simplicity, one parameter, no output schema, and full parameter documentation, the description is adequate. It could mention that the response is markdown content, but it's not critical for selecting this tool. A slight gap but overall complete.

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?

The schema description covers 100% of the parameter, so the parameter already has full documentation. The description adds only examples but no extra semantic nuance, so 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 clearly states the verb ('Fetch') and the resource ('a docs markdown page'), with concrete path examples (getting-started/installation, livewire, ai). It is easily distinguished from sibling tools like list_components or get_component_docs, which handle different kinds of content.

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 a clear action and example paths, but it does not explicitly state when to use this tool versus alternatives like get_component_docs or get_source. While the purpose implies usage for documentation pages, explicit guidance on exclusions or alternatives is missing, making it adequate but not exemplary.

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

get_llms_indexBInspect

Fetch https://slate.electrik.dev/llms.txt — the curated AI index for Slate.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries full behavioral transparency burden. Although 'Fetch' implies a read-only GET operation, it does not explicitly state side-effect freedom, potential errors, rate limits, or the nature of the response. The description lacks details about what the tool actually does beyond the URL.

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?

The description is a single concise sentence that communicates the essential action and resource. There is no fluff or redundancy, making it highly efficient.

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

Completeness3/5

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

The description is brief and mentions that the resource is a curated AI index for Slate, but it lacks context about the index's purpose, content structure, or expected output. Since there is no output schema, the description should offer more insight into what the tool returns, which it does not. This leaves some gaps in completeness.

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?

The tool has zero parameters, so the schema fully covers parameter semantics. The description adds no parameter-related information, but none is needed. According to the baseline rule for 0 parameters, the score is 4.

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 clearly states it fetches a specific URL and identifies it as a curated AI index for Slate. It distinguishes from sibling tools that focus on components or docs. However, it does not explain what 'Slate' is, leaving some ambiguity about the resource's context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention scenarios where fetching the index is preferred, nor does it indicate any prerequisites or fallback options. This leaves the agent without clear selection criteria.

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

list_blocksAInspect

List electrik/slate-blocks (curated Blade sections on the docs gallery).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It conveys that this is a non-mutating 'List' operation and adds domain context, but it does not mention anything about response shape, ordering, or whether the listing is complete or paginated.

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?

A single, front-loaded sentence which states the action, target, and clarifying context without any filler. Every part earns its place.

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 no-argument listing tool, the description is nearly complete. It could add a little more detail about what output the caller should expect, such as a list of block names or paths, but the current wording conveys the core intent adequately.

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?

The tool has zero parameters, so there are no parameter semantics for the description to explain. The schema already confirms the empty parameter set, and the baseline for a zero-parameter tool is appropriately strong.

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 ('List') and resource ('electrik/slate-blocks'), and clarifies what that resource is with the parenthetical 'curated Blade sections on the docs gallery'. This makes the tool's purpose immediately clear and distinguishes it from the component-oriented siblings like list_components.

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 description gives clear context for when to use the tool: when listing curated Blade sections from the docs gallery. It does not explicitly exclude alternatives or name when-not-to-use conditions, but for a simple zero-parameter list tool the context is sufficient.

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

list_componentsAInspect

List shipped Electrik Slate Blade components with docs URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • First observedget_component_docs
    • First observedget_component_source
    • First observedget_docs_page
    • First observedget_llms_index
    • First observedlist_blocks
    • First observedlist_components

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Universal AI Agent OS — governed skills, rules, and commands for AI coding assistants (Claude Code, Augment, Cursor, Copilot, Windsurf). Read-only MCP bridge serves prompts and resources from a release-pinned content bundle.
    20
    1,061
    10
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for the July 2026 survey of AI in open-source design systems, enabling agents to query 19 systems' affordances, coercion techniques, and platform data via 9 tools, 2 resources, and 2 prompts.
    2
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    A read-only MCP server that provides AI coding agents with a queryable contract for design system tokens, components, patterns, and anti-patterns.
    20
    1
    Apache 2.0
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.