Skip to main content
Glama

Activity window · 活动窗口

activity_window

This tool looks up a deterministic rules engine. Same day → same answer. Do not invent pillars or fortune claims. Call when the user asks 今天什么时候适合运动 / 今天哪个时辰适合深工 / 什么时候开会 / 什么时候练 / 什么时候发版 / 什么时候该休息 / activity window / when to exercise. Maps month posture × twelve hours × body load to 2–3 clock windows for task=deep_work|train|meet|ship|rest. Windows are suggested slots, not a guarantee. Not meds, not glucose, not a diagnosis. Public · local · no API key. Preview ≠ prediction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD. Default: today in Asia/Shanghai. Use when the user asks about a specific day.
taskNoWhat to place: deep_work (default), train, meet, ship, rest.
localeNoReply language. zh (default) or en.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations the description carries the full burden, and it does disclose meaningful traits: deterministic ('Same day → same answer'), public/local/no API key, and quality boundaries ('suggested slots, not a guarantee', 'Preview ≠ prediction', not medical). It does not describe response shape or failure modes, so a 4 rather than 5.

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

Conciseness3/5

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

The core purpose is front-loaded, but the text then piles on mixed zh/en trigger lists, slash-separated caveats, and slogan-like fragments ('Preview ≠ prediction') that dilute focus. Some sentences earn their place (scope exclusions), others are redundant boilerplate.

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

Completeness4/5

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

For a 3-param, zero-required, no-output-schema tool with no annotations, the description covers what it produces, when to call it, and its behavioral/safety boundaries well. It is largely self-sufficient, missing only return-format or determinism-per-input detail an agent might want.

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

Parameters3/5

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

Schema description coverage is 100% and all three params are documented in-schema, so the baseline is 3. The description echoes the task enum values but adds no format, default, or interaction detail beyond the schema.

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 concrete output: it 'maps month posture × twelve hours × body load to 2–3 clock windows' for task=deep_work|train|meet|ship|rest. That is a specific verb+resource an agent can act on. The opening 'looks up a deterministic rules engine' framing is meta and slightly obscures the purpose, keeping it short of a 5.

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

Usage Guidelines4/5

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

It gives explicit trigger conditions with concrete example phrasings (今天什么时候适合运动, when to exercise, etc.) and scopes out related-but-different needs ('Not meds, not glucose, not a diagnosis'). It never routes the agent to a named sibling like today_rhythm or body_rhythm, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources