quota-aware-resumer
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 |
|---|---|
| open_quota_resume_control_centerB | 在 Codex 内显示可点击的额度续跑控制中心。调用前先使用 Codex 的任务列表能力取得候选任务,并将其作为 tasks 传入。 |
| quota_resumer_get_snapshotC | 供控制中心刷新本地额度和策略状态。 |
| quota_resumer_upsert_policyC | 保存或更新一个任务的额度续跑策略;此操作本身不创建 Codex 定时任务。 |
| quota_resumer_set_policy_stateB | 在 Codex 原生定时任务创建、暂停、完成或失败后,同步控制中心中的策略状态。 |
| quota_resumer_upsert_prewarmB | 保存日期或每周定时的轻量额度窗口预热设置;此操作本身不创建 Codex 定时任务。 |
| quota_resumer_set_prewarm_stateB | 在预热 heartbeat 创建、暂停或失败后,同步控制中心状态。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 额度续跑控制中心 | Quota-aware Resumer interactive control center |
TDQS
Scored across 6 tools
Each tool maps to a distinct action and resource: display control center, refresh snapshot, upsert policy, sync policy state, upsert prewarm, and sync prewarm state. The policy vs prewarm and upsert vs set distinctions are clear and unlikely to be confused.
Five of six tools consistently use the quota_resumer_ prefix with a verb_noun shape. The exception is open_quota_resume_control_center, which drops the prefix and changes 'resumer' to 'resume', creating a minor but noticeable inconsistency.
Six tools is a well-scoped size for this domain, covering control-center interaction, state refresh, policy management, and prewarm management without unnecessary redundancy. Each tool has a clear purpose and earns its place.
The set covers core lifecycle operations through upsert and state sync, and the snapshot/control center tools provide visibility. However, there is no explicit delete/remove operation for policies or prewarm settings, and no detailed list/get beyond the aggregate snapshot, leaving cleanup of stale entries as a notable gap.