Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this read-only and non-destructive. The description adds useful behavioral details beyond the annotations: it returns only occupied ranges, excludes guest data, and enforces a 365-day default and 366-day maximum range. It does not describe authorization or error behavior, but these are less critical given the read-only hint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.