Skip to main content
Glama
akamf

Brand Context MCP Server

by akamf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_brand_topicsA

List the available Medovia / ApoSuite brand topics (colors, typography, buttons, forms-and-fields, etc.).

get_brand_topicA

Get the full ApoSuite brand spec for one topic as markdown (e.g. the button states, the field focus colors, the color palette).

search_brandA

Keyword search across all brand topics. Good for questions like 'focus color', 'hover', 'disabled button', 'radius', 'side menu width'.

get_colorA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
ApoSuite — OverviewMedovia / ApoSuite brand spec: Overview.
ApoSuite — ColorsMedovia / ApoSuite brand spec: Colors.
ApoSuite — TypographyMedovia / ApoSuite brand spec: Typography.
ApoSuite — Dimensions & layout tokensMedovia / ApoSuite brand spec: Dimensions & layout tokens.
ApoSuite — ButtonsMedovia / ApoSuite brand spec: Buttons.
ApoSuite — Forms and FieldsMedovia / ApoSuite brand spec: Forms and Fields.
ApoSuite — TabsMedovia / ApoSuite brand spec: Tabs.
ApoSuite — AlertsMedovia / ApoSuite brand spec: Alerts.
ApoSuite — ModalsMedovia / ApoSuite brand spec: Modals.
ApoSuite — TablesMedovia / ApoSuite brand spec: Tables.
ApoSuite — Top Navigation Bar and Side MenuMedovia / ApoSuite brand spec: Top Navigation Bar and Side Menu.
ApoSuite — LogosMedovia / ApoSuite brand spec: Logos.

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation4/5

Each tool has a distinct primary purpose: listing topics, fetching a topic spec, searching across topics, and looking up a specific color. Minor overlap exists between get_brand_topic (which could include colors) and get_color, but the descriptions clearly differentiate the specific color lookup from the broader topic retrieval.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_brand_topics, get_brand_topic, search_brand, get_color. The verbs are all common and the nouns clearly indicate the target, with no mixed casing or vague naming.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose: retrieving brand specs and color information. This is within the ideal 3-15 tool range and each tool serves a clear, non-redundant function without feeling sparse or bloated.

Completeness4/5

The server provides a complete read-only workflow: discover topics, fetch a topic's full spec, search for specific details, and look up individual colors. A minor gap is the absence of a bulk color listing, but search_brand and get_color together cover most practical needs, so no significant dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues