Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds valuable behavioral detail beyond the annotations: it enumerates the exact fields returned, those excluded, and the behavior for clients owned by another organization (reported as not found). This enriches the agent's understanding of the response and error semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.