Skip to main content
Glama
HalidSaglam

saglitzdesign-mcp

by HalidSaglam

Get Design Language

get_design_language
Read-onlyIdempotent

Need the official rules for a platform design system? Fetch complete references for Material 3, Apple HIG, and more—including specs, do/don'ts, and examples—to ground your UI in the authoritative baseline.

Instructions

Fetch the full reference document for one modern design language or platform design system (Material 3, Apple HIG/Liquid Glass, iOS/Android/macOS, Apple Intelligence, visionOS, Fluent 2, 2026 web trends, design tokens). Returns the complete spec — rules, do/don't lists, numbers, and examples — for the chosen system. Use when you need the authoritative platform baseline before designing; for a specific component use get_component_guidance, and to plan a whole project use get_design_roadmap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageYesWhich reference to fetch. e.g. 'material-3' (Android/Material), 'apple-hig-liquid-glass' or 'ios-app-design' (iOS), 'macos-app-design', 'visionos-spatial-design' (Vision Pro), 'web-trends-2026', 'design-tokens-theming'.

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 / language / description
      Previous value: -"Which design language / platform reference to fetch"New value: +"Which reference to fetch. e.g. 'material-3' (Android/Material), 'apple-hig-liquid-glass' or 'ios-app-design' (iOS), 'macos-app-design', 'visionos-spatial-design' (Vision Pro), 'web-trends-2026', 'design-tokens-theming'."
    • changedInput schema / properties / language / enum
      Previous value: -[
      -  "material-3",
      -  "apple-hig-liquid-glass",
      -  "ios-app-design",
      -  "android-app-design",
      -  "macos-app-design",
      -  "fluent-2",
      -  "web-trends-2026",
      -  "design-tokens-theming"
      -]New value: +[
      +  "material-3",
      +  "apple-hig-liquid-glass",
      +  "ios-app-design",
      +  "android-app-design",
      +  "macos-app-design",
      +  "apple-intelligence-design",
      +  "visionos-spatial-design",
      +  "wwdc-design-principles",
      +  "fluent-2",
      +  "web-trends-2026",
      +  "design-tokens-theming"
      +]
  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 readOnlyHint, idempotentHint, and non-destructive behavior, so the description's additional job is to explain what happens when invoked. It does so by stating that the tool returns 'the complete spec' with rules, do/don't lists, numbers, and examples. This adds useful behavioral context beyond the annotations, though it does not disclose error or edge-case behavior.

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?

Three sentences with no filler: purpose, return content, and usage alternatives are each front-loaded and directly useful. Every sentence earns its place, and the description is appropriately sized for the tool's simplicity.

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?

For a single-parameter, enum-constrained read-only tool, the description is complete: it states what is fetched, what the returned spec contains, and when to use it versus relevant siblings. No output schema is present, but the description adequately explains the return value's content. There is no significant missing context for correct tool selection and invocation.

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%, and the sole parameter 'language' already has a descriptive enum with concrete examples. The description lists many of the same enum values and calls the parameter a 'design language or platform design system,' but it adds little beyond the schema. Baseline 3 is appropriate because the schema carries the semantic weight.

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: 'Fetch the full reference document for one modern design language or platform design system,' and then enumerates the exact systems covered. It clearly says what is returned (rules, do/don't lists, numbers, examples), distinguishing this tool from generic search or component-level tools.

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 guidance is provided: use when you need the authoritative platform baseline before designing. It also names two direct alternatives with their conditions: get_component_guidance for a specific component and get_design_roadmap for whole-project planning. This leaves little ambiguity about when to choose this tool.

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