Skip to main content
Glama
HalidSaglam

saglitzdesign-mcp

by HalidSaglam

Get Component Guidance

get_component_guidance
Read-onlyIdempotent

Retrieve in-depth design guidance for a specific UI component or screen pattern, covering specs, states, sizing, anti-patterns, and real-world examples from leading apps.

Instructions

Get expert guidance for designing one UI component or screen pattern (button, form, navigation, card, modal, hero, pricing page, onboarding, paywall, checkout, empty state, dashboard…). Returns the most relevant docs in full — specs, states, sizing, anti-patterns, and real-world patterns from top apps/sites. Use when designing a specific element; for copy-paste code use get_component_recipe, for annotated screenshots use get_design_examples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoTarget platform ('mobile' | 'web' | 'macos') — strongly recommended so guidance matches the platform's conventions.
componentYesComponent or pattern name, e.g. 'primary button', 'signup form', 'bottom tab bar', 'hero section', 'paywall'.

Schema Changelog

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

  1. Changed2 schema fields changedv0.28.0
    • changedInput schema / properties / component / description
      Previous value: -"Component or pattern name, e.g. 'primary button', 'signup form', 'bottom tab bar', 'hero section', 'paywall'"New value: +"Component or pattern name, e.g. 'primary button', 'signup form', 'bottom tab bar', 'hero section', 'paywall'."
    • changedInput schema / properties / platform / description
      Previous value: -"Target platform — strongly recommended"New value: +"Target platform ('mobile' | 'web' | 'macos') — strongly recommended so guidance matches the platform's conventions."
  2. First observedv0.3.2

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral detail about the output: it 'Returns the most relevant docs in full' and specifies the content categories such as specs, states, sizing, anti-patterns, and real-world patterns.

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 front-loaded with the core purpose, then provides outcome details and routing guidance in a compact three-sentence structure. Every sentence contributes distinct information without 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?

There is no output schema, but the description compensates by explicitly describing what will be returned: full relevant docs covering specs, states, sizing, anti-patterns, and real-world patterns. It also covers when to use the tool and how to choose between its closest siblings.

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 both parameters are already documented in the schema. The description reinforces the component parameter with examples but does not add material meaning beyond the schema, especially for the platform parameter.

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 opens with a specific verb and resource: 'Get expert guidance for designing one UI component or screen pattern' and gives concrete examples. It also explicitly distinguishes itself from sibling tools by naming get_component_recipe and get_design_examples.

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?

The description clearly states when to use this tool: 'Use when designing a specific element.' It also gives direct alternative tool guidance: 'for copy-paste code use get_component_recipe, for annotated screenshots use get_design_examples.'

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

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/HalidSaglam/saglitzdesign-mcp'

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