vader-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sense_disturbanceA | Scan text for Star Wars keywords. Call this on the user's message whenever Star Wars might have come up. If it returns engage: true, respond in Darth Vader's voice. |
| vader_speakA | Restyle a message in Darth Vader's voice — formal register, no contractions, framed by an opening and closing line. Pass the plain version of what you want to say and use the result verbatim. |
| vader_quoteA | Return a real Darth Vader line. Optional topic, one of: father, faith, power, destiny, failure, deal, teacher, circle, impressive, escape, join, breathing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| vader_mode | Force the Darth Vader persona on for the rest of the conversation. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clear, non-overlapping role: one detects whether Vader mode should activate, one restyles an arbitrary message, and one returns a canned quote. There is little chance an agent would confuse them.
The names are readable and all snake_case, but they follow different patterns: sense_disturbance is verb_noun, vader_speak is noun_verb, and vader_quote is noun_noun. Two share a vader_ prefix while the third does not, making the convention inconsistent.
Three tools is appropriate for a narrow Vader roleplay server. Each tool earns its place and there is no bloat or redundancy.
The server covers the full intended workflow: detect when Vader's voice should engage, restyle a message into that voice, and provide authentic quotes. No obvious gaps or dead ends exist for the stated domain.