ChillMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| boss_alertness | No | Probability of boss alert increasing when taking breaks (0-100) | 50 |
| boss_alertness_cooldown | No | Time between automatic boss alert decreases in seconds | 300 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| assistant | Create a prompt for an AI assistant to help with a specific task |
| code-review | Generate a structured code review prompt |
| explain | Generate a prompt to explain a concept, code, or topic |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | Information about this MCP server |
TDQS
Scored across 5 tools
add, multiply, and calculate overlap significantly since calculate already performs arithmetic operations including add and multiply. echo and get-time are distinct.
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.
Five tools is a reasonable count for a general utility server, though the arithmetic tools are redundant and could be consolidated.
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.