Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations are all false (readOnlyHint=false, idempotentHint=false, etc.), so they convey only what the operation is NOT. The description adds genuine behavioral context beyond them: utterances are queued and played sequentially, calls before connection fail with session_not_connected, and an api_key is mandatory. No contradiction with 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.