Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses important behavioral traits beyond annotations: it states that a missing id and an id owned by someone else both return not found, which clarifies error behavior. It also explains the effect of occurrenceDate on repeating tasksholistically. While annotations already declare idempotentHint and destructiveHint, the description adds valuable context about ownership and not-found semantics, enhancing the agent's understanding of side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.