Skip to main content
Glama
DreamFriend011020

ChillMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
boss_alertnessNoProbability of boss alert increasing when taking breaks (0-100)50
boss_alertness_cooldownNoTime between automatic boss alert decreases in seconds300

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

Tools

Functions exposed to the LLM to take actions

NameDescription
echoA

Echoes back the provided message

addA

Add two numbers together

multiplyB

Multiply two numbers

calculateB

Perform arithmetic calculations (add, subtract, multiply, divide)

get-timeA

Returns the current timestamp and timezone information

Prompts

Interactive templates invoked by user choice

NameDescription
assistantCreate a prompt for an AI assistant to help with a specific task
code-reviewGenerate a structured code review prompt
explainGenerate a prompt to explain a concept, code, or topic

Resources

Contextual data attached and managed by the client

NameDescription
server-infoInformation about this MCP server

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation3/5

add, multiply, and calculate overlap significantly since calculate already performs arithmetic operations including add and multiply. echo and get-time are distinct.

Naming Consistency5/5

All tool names use lowercase with hyphens for multi-word names (get-time), and single verbs for others. The naming pattern is consistent and predictable.

Tool Count4/5

Five tools is a reasonable count for a general utility server, though the arithmetic tools are redundant and could be consolidated.

Completeness3/5

The server appears to be a general utility toolkit, but the tool surface is somewhat ad hoc—missing common operations like subtract or divide as standalone tools, though calculate covers them.

Maintenance

ActivityInactive
ResponsivenessNo issues