Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so safety is covered. The description adds valuable behavioral detail beyond the annotations: it notes that 'only the month and day matter' (ignoring the year) and specifies the exact output contents (sign, symbol, date range, element). This gives the agent a clear picture of behavior without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.