mcp-working-context-optimizer
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_core_objectiveC | 大目標(Core Objective)を設定します。 |
| update_current_taskC | 現在の最優先タスク(Current Task)を更新します。 |
| log_actionC | 直近の行動とその結果をログに記録します。 |
| compress_historyA | 履歴を要約し、Recent Actions をクリアします。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_current_state | 現在のワーキングコンテキスト(最適化された状態)を取得します。 |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: compress_history summarizes and clears recent actions, log_action records actions/results, set_core_objective sets a core goal, and update_current_task updates the priority task. No tool overlaps with another.
All tool names follow a consistent verb_noun pattern with underscores (compress_history, log_action, set_core_objective, update_current_task). No mixing of conventions or inconsistent verb styles.
With 4 tools, the server is well-scoped for managing working context. Each tool covers a distinct aspect (logging, compressing, setting objectives, updating tasks) without unnecessary clutter.
The tool set covers core lifecycle operations: setting objectives, updating tasks, logging actions, and compressing history. A minor gap exists for reading current context or viewing history, but the surface is largely complete for the stated purpose.