Skip to main content
Glama

render_catalog

Scan a directory for UI component files (JSX/TSX/Vue/Svelte/HTML) and generate screenshots of each. Create a visual catalog for component auditing without configuration.

Instructions

Scan a directory for component files (.jsx/.tsx/.vue/.svelte/.html) and render a screenshot of each. Returns a visual catalog — like Storybook but zero-config. Use this to quickly audit all components in a folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directoryYesAbsolute path to the directory to scan
recursiveNoScan subdirectories recursively
widthNoViewport width (px)
heightNoViewport height (px)
darkModeNoRender with dark mode
tailwindVersionNoTailwind CSS version (3 or 4)3
Behavior3/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 describes scanning and rendering but omits details about output format, storage, or side effects. It suggests a read-only operation but lacks explicit safety guarantees.

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 sentences with no unnecessary words. The first sentence explains the action, the second the use case. Highly efficient and front-loaded.

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?

Given no output schema, the description should clarify the return format. It says 'Returns a visual catalog' but does not specify structure (e.g., screenshot paths, data URI). Missing details on error handling or large directory performance, but adequate for a simple tool.

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 coverage is 100% with descriptions for each parameter. The description adds context about file extensions (.jsx/.tsx/.vue/.svelte/.html) not in schema, but does not otherwise enrich parameter meaning beyond the schema.

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 scans a directory for component files and renders screenshots, using specific verb+resource. It distinguishes itself from siblings like render_component by emphasizing batch auditing and zero-config.

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?

It explicitly says to use for quick audit of all components in a folder, implying batch context. However, it does not mention when to avoid using it (e.g., for single components) or list alternatives, though the sibling context partially fills this.

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/kamegoro/frameshot'

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