Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true and idempotentHint=true, so the agent already knows this is a safe, non-destructive operation. The description adds value by specifying the exact input format (with or without '#' and case-insensitive) and that the output includes all three formats, which is genuinely useful. It doesn't contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.