Skip to main content
Glama
october-dev

October Themes MCP Server

by october-dev

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_themeA

Get a curated design system theme to inject into your AI prompt. Returns prompt-ready markdown that makes AI-generated UI look polished and unique instead of generic. Just append the returned content to your system prompt.

get_theme_by_idB

Fetch a specific design system theme by its ID. Returns the full prompt-ready markdown content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation4/5

Both tools return theme content, but get_theme provides a general curated theme whereas get_theme_by_id fetches a specific theme by ID. While they share a similar purpose, the descriptions distinguish them adequately for an agent to choose wisely.

Naming Consistency5/5

Both tools follow the consistent verb_noun pattern with the 'get_' prefix, making the naming predictable and easy to understand.

Tool Count3/5

With only two tools, the server has minimal functionality. While this might suffice for a very simple use case, it feels thin for a design system theme server, as more tools like listing or searching themes would be expected.

Completeness2/5

The tool set lacks listing or discovery functionality. An agent cannot browse available themes or search by name; only retrieval by ID or a single random theme is supported, which is a significant gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues