zh-dict-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZH_DICT_WHITELIST | No | Path to a YAML whitelist file for project-specific overrides. |
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_dictionaryA | Look up a Chinese word or phrase in CC-CEDICT (12.5万条目,含简繁双码), optionally augmented by a project whitelist. Returns definitions, pinyin, and structured tags (has_figurative / is_neologism / is_slang / has_idiom_marker / has_literal_only). Use cases:
Returns JSON with: word, found_in_cedict, found_in_whitelist, simplified, traditional, pinyin, definitions, tags, whitelist_note. |
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
Only one tool exists, so there is no risk of confusion between tools.
With a single tool, naming is trivially consistent.
A single lookup tool is appropriate for a dictionary server, though additional tools for batch lookup or word management could be justified.
The tool provides comprehensive coverage: lookup with definitions, pinyin, tags, and support for neologisms, idioms, and figurative language.