Skip to main content
Glama
matipojo

simple-storybook-preview-mcp

by matipojo

Render Component

render_component

Render a Storybook story in an inline preview panel to see updated component changes instantly. Provide the story ID to display the current result.

Instructions

Renders a Storybook story in an inline preview panel. Use after editing a component file to show the updated result. The storyId follows Storybook convention: title segments joined by dashes, double-dash before story name (e.g. "example-button--primary" for title "Example/Button", export "Primary").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeNoPreview color scheme. Defaults to the user's OS preference when omitted.
storyIdYesStorybook story ID, e.g. "example-button--primary". Derived from the story title and export name: title segments lowercased and joined by dashes, double-dash before the story export name lowercased.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
storyNo
themeNo
storyIdYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly describes the visible behavior (rendering into an inline preview panel) and implies non-persistent preview behavior. It does not explicitly state side-effect-freeness, but the wording is strong enough for a simple render operation.

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 focused sentences with no filler. The primary purpose and usage trigger are front-loaded, followed by the parameter convention and example. Every sentence 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?

The tool is simple, has only two fully documented parameters, and an output schema is present. The description covers what the tool does, when to use it, and the key parameter format. Nothing essential is missing for an agent to invoke it correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the Storybook storyId convention in plain language with an example, and the schema also documents the theme default. This goes beyond what the raw schema alone provides.

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 a specific verb ('Renders') and names both the resource (a Storybook story) and the delivery mechanism (inline preview panel). It clearly explains what the tool does and includes a concrete example for the storyId format.

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 states when to use the tool: 'Use after editing a component file to show the updated result.' There are no sibling tools to contrast against, so the absence of explicit alternatives is reasonable.

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

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/matipojo/simple-storybook-preview-mcp'

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