codex-bilingual-overlay
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| show_bilingual_controlsB | 显示中英双语增强器控制卡。 |
| set_bilingual_modeC | 切换关闭、悬停翻译或页面预翻译模式。 |
| get_bilingual_statusA | 读取覆盖层、离线模型和翻译进度状态。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 中英双语增强器控制卡 | 切换本地双语覆盖层模式。 |
TDQS
Scored across 3 tools
Each tool performs a distinct action: showing controls, setting the translation mode, and retrieving status. There is no overlap or ambiguity between them.
All three tool names follow the same verb_noun pattern: show_bilingual_controls, set_bilingual_mode, get_bilingual_status. The naming is predictable and consistent.
With exactly three tools, the server is tightly scoped to its purpose of managing a bilingual overlay. Each tool covers a necessary aspect without redundancy or bloat.
The tool set covers the full lifecycle of the overlay: displaying controls, changing modes, and checking status. No obvious gaps exist for the stated purpose.