Skip to main content
Glama
akamf

Brand Context MCP Server

by akamf

get_color

Resolve any ApoSuite color name or token to its hex value, CSS token, and semantic role for accurate brand implementation.

Instructions

Look up an ApoSuite color by name or token (e.g. 'bright-blue', 'Deep Blue 2', 'gray-5') and get its hex, CSS token and semantic role.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesColor name or token.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that this is a read-style lookup and what it returns, plus input flexibility via examples. It does not state behavior for unknown names, matching semantics, or error cases.

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?

A single front-loaded sentence with examples in parentheses and no filler. Every part 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 one-parameter lookup with no output schema, it covers input format and return contents. Missing details like not-found behavior are minor for this simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the name parameter, but the description adds concrete example formats ('bright-blue', 'Deep Blue 2', 'gray-5') and clarifies the kind of values accepted, which goes beyond the schema's minimal description.

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?

States a specific operation ('look up') on ApoSuite colors by name or token, and names the outputs (hex, CSS token, semantic role). This clearly distinguishes it from the sibling brand-topic tools.

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 conveys when to use it: when a color needs to be resolved from a name or token to its hex/token/role. It doesn't explicitly mention alternatives or exclusions, but the sibling tools are in a different domain, so confusion is unlikely.

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