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 valuable context beyond those: 'Keyless' (no authentication required), 'live' (real-time data), and 'non-completed' (filtering behavior). It does not discuss rate limits or pagination, but with strong annotation coverage this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.