Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this as a safe, read-only operation (readOnlyHint: true, destructiveHint: false). The description adds valuable behavioral context by specifying the output structure (pinned apps, running apps, window titles) and the 'human' formatting aspect. It does not contradict the read-only hint, and it provides more concrete behavioral detail than the annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.