Skip to main content
Glama
HalidSaglam

saglitzdesign-mcp

by HalidSaglam

Get Design Examples

get_design_examples
Read-onlyIdempotent

Fetches curated real-world examples of a design pattern from top apps and websites. Each result includes the app/site, what it does well, and a source link to view the screenshot.

Instructions

Fetch curated real-world examples of a design pattern from top apps and websites (paywalls, onboarding, auth, navigation, checkout, settings, empty states, heroes, pricing, features, social proof, signup, dashboards, footers). Returns, for each example, the app/site, what it does well, and a source link to view the screenshot. NOTE: this installation does not bundle the screenshot images (they are third-party assets, excluded from the published package), so the notes and links are returned WITHOUT inline images — open the links, or use your own browser tool, if you need to see them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax examples to return (default 4; images are large)
queryYesPattern to see examples of, e.g. 'paywall', 'pricing section', 'dark hero', 'empty state'
platformNo'mobile' for iOS and Android app screens, 'ios' or 'android' to pin one, 'web' for website examples

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 / platform / description
      Previous value: -"'mobile' for iOS app screens, 'web' for website examples"New value: +"'mobile' for iOS and Android app screens, 'ios' or 'android' to pin one, 'web' for website examples"
    • changedInput schema / properties / platform / enum
      Previous value: -[
      -  "mobile",
      -  "web"
      -]New value: +[
      +  "mobile",
      +  "ios",
      +  "android",
      +  "web"
      +]
  2. First observedv0.3.2

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already flag read-only/idempotent behavior, and the description adds significant value by disclosing that screenshot images are NOT bundled and links must be opened externally. This is a non-obvious behavioral trait that prevents false expectations about inline images.

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 zero filler; the core purpose is front-loaded and the critical image caveat is clearly separated in a NOTE. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool, the description covers the return shape (app/site, what works well, source link) and the key limitation (no embedded images). With no output schema, this is sufficient for an agent to call it correctly, though it could mention default behavior or empty-result handling.

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 baseline is 3. The description does not add much beyond the schema for parameters; it mainly lists example query values, which is helpful but not essential since query examples already appear in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Fetch curated real-world examples of a design pattern') and a clear resource (examples from top apps/sites), with a helpful list of pattern areas. It is distinct from sibling tools like list_design_knowledge or search_design_knowledge, though it does not explicitly name them as alternatives.

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

Usage Guidelines3/5

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

Usage context is implicit: an agent would call this when a user wants real-world examples of a pattern. However, it does not explicitly explain when to prefer this over related knowledge/design tools, nor state any exclusions or alternatives.

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