Skip to main content
Glama
rznies

design-knowledge-mcp

by rznies

build_color_palette

Generate color palettes with HSL values and CSS variables based on chosen mood and brand keywords.

Instructions

Generate a color palette with HSL values and CSS variables based on mood and brand keywords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodYesThe mood/feeling the palette should convey.
brand_keywordsNoComma-separated brand keywords (e.g., 'friendly, modern, reliable').
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the output will include HSL values and CSS variables, which is useful, but it doesn't specify the exact return format (e.g., JSON structure, number of colors, or how the palette is delivered). This is a notable gap for an unannotated tool.

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 a single, short sentence (17 words) that immediately states the verb and resource. It avoids unnecessary details and is well-structured, with all key information front-loaded.

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

Completeness3/5

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

For a simple tool with two parameters and no output schema, the description covers the purpose and inputs but lacks clarity on the exact return structure. Since there is no output schema, the agent must infer the response format from 'HSL values and CSS variables', which is insufficient for reliable invocation. It is adequate but has clear gaps.

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 schema already provides clear descriptions for both 'mood' and 'brand_keywords', and the description adds no extra semantics beyond restating these inputs. No compensation needed, but no added value either.

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 clearly states the tool's function with a specific verb ('Generate') and resource ('color palette'), and includes the key inputs (mood, brand keywords) and outputs (HSL values, CSS variables). It is easily distinguishable from sibling tools, none of which focus on palette generation.

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

Usage Guidelines4/5

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

The description implies the use case: when a color palette matching a mood and brand keywords is needed. There are no explicit exclusions or alternatives mentioned, but the context is clear because no sibling tool overlaps with this functionality. This fits 'clear context, no exclusions'.

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

Install Server

Other Tools

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/rznies/design-knowledge-mcp'

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