Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds valuable behavioral context by specifying the content returned: live bands, limits, privacy guarantees, and taxonomies. It also hints at the static nature by saying 'Call this once,' implying idempotency. While it doesn't describe return format or size, the annotation coverage lowers the burden, and the description meaningfully extends beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.