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 safe, non-mutating nature is clear. The description's 'Read' aligns with those annotations and adds no additional behavioral context such as authentication requirements, rate limits, or empty-result behavior. The output schema covers return structure, so the description does not need to explain response fields.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.