Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety and non-mutation traits. The description adds the 'random' nature and optional filters, which is useful. However, it does not disclose the return format, pagination, or potential limitations (e.g., if filters are invalid). Given the annotations carry the safety burden, this is a moderate contribution.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.