Skip to main content
Glama
mgjc22962

codex-bilingual-overlay

by mgjc22962

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
show_bilingual_controlsB

显示中英双语增强器控制卡。

set_bilingual_modeC

切换关闭、悬停翻译或页面预翻译模式。

get_bilingual_statusA

读取覆盖层、离线模型和翻译进度状态。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
中英双语增强器控制卡切换本地双语覆盖层模式。

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool performs a distinct action: showing controls, setting the translation mode, and retrieving status. There is no overlap or ambiguity between them.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues