Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZH_DICT_WHITELISTNoPath to a YAML whitelist file for project-specific overrides.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • Detect whether a Chinese figurative expression has been lexicalized (dead metaphor → intended sense in dictionary) or is creative (live metaphor → not in dictionary).

  • Verify neologisms / slang acceptability.

  • Look up idiom (成语 / 典故) figurative senses.

Returns JSON with: word, found_in_cedict, found_in_whitelist, simplified, traditional, pinyin, definitions, tags, whitelist_note.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/outsiderrr/zh-dict-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server