Skip to main content
Glama
HalidSaglam

saglitzdesign-mcp

by HalidSaglam

Search Design Knowledge

search_design_knowledge
Read-onlyIdempotent

Search a knowledge base with natural-language queries to find design, UX, SEO, and marketing guidance. Returns top-matching documents with relevant excerpts for your design questions.

Instructions

Search the whole knowledge base with a natural-language query — UI components, UX, accessibility, typography, color, motion, conversion, copywriting, SEO/GEO, platform design languages, craft standards, distilled design & marketing books, roadmaps, and real-world app/site patterns. Returns the top-matching documents, each with its single most relevant section excerpted and its id. Use for open-ended 'how should I…' questions; if you already know the id use get_design_doc, to browse everything use list_design_knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5)
queryYesWhat you need guidance on, e.g. 'primary button size mobile', 'pricing page layout', 'dark mode colors', 'llms.txt'
categoryNoRestrict to one category
platformNoRestrict to one platform

Schema Changelog

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

  1. Changed1 schema field changedv0.28.0
    • changedInput schema / properties / category / enum
      Previous value: -[
      -  "design-language",
      -  "component",
      -  "ux",
      -  "seo",
      -  "geo",
      -  "pattern",
      -  "craft",
      -  "book",
      -  "process"
      -]New value: +[
      +  "design-language",
      +  "component",
      +  "ux",
      +  "seo",
      +  "geo",
      +  "pattern",
      +  "craft",
      +  "book",
      +  "process",
      +  "marketing",
      +  "security"
      +]
  2. First observedv0.3.2

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds useful behavioral detail beyond annotations: it searches the entire knowledge base, returns top-matching documents, and includes the single most relevant section excerpt plus document id. This is meaningful context without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and resource, then covers what is returned and when to use it. The enumeration of knowledge domains is long but informative for an agent deciding whether this tool matches the task; it earns its place even if it could be tightened.

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 search tool with 4 well-documented parameters and no output schema, the description provides the essential return shape (documents with excerpt and id) and usage context. It distinguishes the tool from the most relevant siblings, which is important given the large sibling list.

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 reinforces that query should be a natural-language phrase and gives examples of open-ended questions, but it does not need to add much because the schema already documents limit, category, and platform clearly.

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: 'Search the whole knowledge base with a natural-language query' and enumerates the covered domains. It clearly differentiates from siblings by stating it returns top-matching documents with an excerpt and id, as opposed to fetching a known doc or listing everything.

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?

It explicitly states the intended use case ('open-ended how should I… questions') and names alternatives: use get_design_doc when the id is already known, and list_design_knowledge to browse everything. This gives the agent actionable routing guidance.

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