Skip to main content
Glama

Delimit Design Component Library

delimit_design_component_library

Scan a React/Vue/Svelte project to catalog existing UI components for review, documentation, or design-system curation.

Instructions

Scan a project for React/Vue/Svelte components and emit a catalog.

When to use: to inventory a project's UI components for review, docs, or design-system curation. When NOT to use: to generate a single component (delimit_design_generate_component) or stories (delimit_story_generate).

Sibling contrast: delimit_design_generate_component creates one; this lists what already exists.

Side effects: read-only scan via backends.ui_bridge.design_component_library. Writes nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathYesProject path to scan. Required.
output_formatNoOne of "json" (default) or "markdown".json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed2 schema fields changedv4.7.9
    • changedInput schema / properties / output_format / description
      Previous value: -"Output format (json/markdown)."New value: +"One of \"json\" (default) or \"markdown\"."
    • changedInput schema / properties / project_path / description
      Previous value: -"Project path to scan."New value: +"Project path to scan. Required."
  2. Changed2 schema fields changedv4.5.5
    • addedInput schema / properties / output_format / description
      Added value: +"Output format (json/markdown)."
    • addedInput schema / properties / project_path / description
      Added value: +"Project path to scan."
  3. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Description explicitly discloses side effects: 'read-only scan' and 'Writes nothing.' Since readOnlyHint is false, this goes beyond the annotations and gives the agent concrete safety information that the structured metadata does not provide.

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?

Every section earns its place: purpose, when to use, when not to use, sibling contrast, and side effects. The structure is scannable and free of 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?

Given only two simple parameters, a present output schema, and clear side-effect disclosure, the description is fully complete for an agent to select and invoke the tool correctly. No critical context is missing.

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%, so the schema fully documents project_path and output_format. The description adds no parameter-level detail, but none is needed; 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?

Description opens with a specific verb and resource: 'Scan a project for React/Vue/Svelte components and emit a catalog.' It clearly differentiates from sibling tools by stating it lists existing components rather than generating new ones.

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

Usage Guidelines5/5

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

Explicit 'When to use' and 'When NOT to use' sections name the alternative tools delimit_design_generate_component and delimit_story_generate. The sibling contrast sentence reinforces the selection boundary, leaving no ambiguity.

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/delimit-ai/delimit-mcp-server'

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