Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses two important behavioral traits: it uses an in-memory sliding window and state resets on cold start. This adds meaningful context for correctness. However, it does not describe enforcement details (e.g., what happens when the limit is exceeded) or return behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.