mcp-variable
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_VARIABLE_CSV | No | Path to the CSV file containing terms. Can also be set via --csv command-line argument. Default is ./data/terms.csv |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_termsC | Convert Korean business terms to physical names, or physical snake/camel names back to Korean terms, using a CSV dictionary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no ambiguity or overlap with other tools. The tool's purpose is clear and distinct.
The single tool name 'convert_terms' follows a clear verb_noun pattern, which is consistent and predictable.
The server has exactly one tool, which is appropriate for its focused purpose of converting Korean business terms. No redundancy exists.
The tool covers both directions of conversion (Korean to physical names and back), fulfilling its core purpose. Minor gaps include lack of dictionary management features, but the tool is complete for conversion tasks.