Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds the meaningful behavioral constraint that the tool works only for business days, which is not present in the annotations. It does not explain what happens for non-business days (e.g., whether it returns null or errors), but this extra context goes beyond structured metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.