Skip to main content
Glama
HalidSaglam

saglitzdesign-mcp

by HalidSaglam

List Design Knowledge

list_design_knowledge
Read-onlyIdempotent

Discover available design and marketing knowledge by browsing a categorized index. Return document IDs, titles, platforms, and tags to locate exact resources before reading full guides.

Instructions

List the knowledge-base index (design languages, UI components, UX, craft, books, process, marketing, SEO, GEO, patterns). Returns every document grouped by category — each with its id, title, platform, and tags. Use this first to discover what's available and get exact ids; then read one with get_design_doc, or search by need with search_design_knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter to one category, e.g. 'component', 'ux', 'marketing'. Omit for all.
platformNoFilter to one platform: 'mobile', 'web', or 'macos' (docs marked 'both' are always included). Omit for all.

Schema Changelog

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

  1. Changed3 schema fields changedv0.28.0
    • changedInput schema / properties / category / description
      Previous value: -"Filter by category"New value: +"Filter to one category, e.g. 'component', 'ux', 'marketing'. Omit for all."
    • 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"
      +]
    • changedInput schema / properties / platform / description
      Previous value: -"Filter by platform (docs marked 'both' always included)"New value: +"Filter to one platform: 'mobile', 'web', or 'macos' (docs marked 'both' are always included). Omit for all."
  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 declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds behavioral context by stating that results are grouped by category and include id, title, platform, and tags, which is valuable beyond annotations.

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 two sentences, front-loads the core purpose, and avoids redundancy with the schema. Every clause adds useful information: scope, return composition, and workflow guidance.

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 naming the exact fields returned (id, title, platform, tags) and the grouping behavior. Filters are fully documented in the input schema, and annotations cover the operational constraints, making this complete for a list/discovery tool.

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%, and both category and platform already have clear descriptions and enums. The tool description does not add much parameter-level meaning beyond the schema, so the baseline 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 states a specific verb and resource: 'List the knowledge-base index' and enumerates the content domains. It clearly distinguishes itself from siblings by explaining this is the discovery entry point, while read is get_design_doc and search is search_design_knowledge.

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 usage guidance is given: 'Use this first to discover what's available and get exact ids; then read one with get_design_doc, or search by need with search_design_knowledge.' This tells an agent exactly when to call this tool versus its closest 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