Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context: it returns a recent conversation snapshot plus presence details (appearance, activity, position, live conversations). This goes beyond the annotations, clarifying the read-only nature and the richness of the response. It doesn't specify pagination or time windows, but that's minor given the annotations cover safety.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.