Skip to main content
Glama

保存额度窗口预热

quota_resumer_upsert_prewarm
Idempotent

Save prewarm settings for a date or weekly schedule to trigger resumption after rate-limit resets. Configure enabled state, schedule mode, weekdays, time, timezone, and message.

Instructions

保存日期或每周定时的轻量额度窗口预热设置;此操作本身不创建 Codex 定时任务。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
timeYes
enabledYes
messageYes
timezoneYes
weekdaysYes
scheduleModeYes
Install Server

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate a mutating, idempotent, non-destructive operation. The description adds useful context by emphasizing that no Codex scheduled task is created and that the settings are lightweight. It does not contradict the annotations, but it also does not disclose what side effects do occur, such as overwriting existing settings or persistence behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One concise, well-structured sentence that front-loads the core purpose and follows with a valuable scope clarification. Every clause earns its place; there is no filler or repetition of schema/annotation information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 7 parameters, no output schema, and no parameter documentation, the description is too minimal. It does not explain parameter semantics, return behavior, or the relationship to sibling quota_resumer tools. An agent has enough to guess the tool's purpose but not enough to invoke it confidently with correct parameter values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry parameter meaning. It vaguely hints at scheduleMode via 'date or weekly schedule', but it does not explain the meaning or relationship of enabled, weekdays, time, timezone, message, or date. With 7 parameters and 6 required, this is a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action—saving lightweight quota-window prewarm settings for a date or weekly schedule—and clarifies a key boundary: it does not create a Codex scheduled task. This distinguishes it from task-creation workflows, though it does not explicitly compare against sibling tools like quota_resumer_set_prewarm_state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied by the purpose: use this when saving prewarm settings for a date/weekly schedule. However, it gives no explicit guidance about when to prefer this tool over siblings such as quota_resumer_upsert_policy or quota_resumer_set_prewarm_state, and the only exclusion is that it does not create Codex scheduled tasks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/cher9lie/quota-aware-resumer'

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