Skip to main content
Glama

Get Component Guide

docs_get_component_guide
Read-only

Returns UI component usage guidelines from Designers Italia: when to use, how to use, accessibility notes, library status, and Storybook entry, with warnings for URL mismatches.

Instructions

Returns usage guidelines for a component from Designers Italia website: when to use it (whenToUse, includes recommended alternatives where Designers Italia lists them), how to use it (howToUse), accessibility notes, library status (Bootstrap Italia, Dev Kit Italia) and, when available, the Dev Kit Storybook entry (tags, markup URL). Flags devKitUrlMismatch in warnings when the Dev Kit doc URL in components-status.json diverges from the live Storybook entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentYesComponent name or slug (e.g. "accordion", "Alert")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
nameYes
slugYes
devKitYes
statusYes
categoriesYes
guidelinesYes
sourceUrlsYes
descriptionYes
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds valuable behavioral context: it flags devKitUrlMismatch in warnings when the Dev Kit doc URL diverges, and notes that Storybook entries are included 'when available'. This discloses conditional behavior and special warning flags, going well beyond the annotation.

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, dense sentence that is front-loaded with the core purpose ('Returns usage guidelines') and efficiently packs the list of returned content and a special warning behavior. Every clause adds value with no redundancy.

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 the tool returns a rich guide with multiple sections and the output schema exists, the description sufficiently sets expectations by naming the main sections and the warning flag. It does not over-explain return formats, relying on the output schema.

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 for the single parameter is 100%, and the schema description already explains it with examples. The tool description adds no additional parameter-level detail, so the baseline of 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 tool 'Returns usage guidelines for a component from Designers Italia website' and lists specific content (whenToUse, howToUse, accessibility, library status, Storybook entry). This specific verb+resource distinguishes it from siblings like bsi_get_component_markup or tokens_list_component_vars.

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 clearly implies when to use the tool (when you need usage guidelines for a component) by enumerating the returned sections. However, it does not explicitly mention alternatives or when not to use it, though the context is clear and no exclusions are stated.

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/Fupete/design-system-italia-mcp'

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