Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and 'Read' plus 'GET' is consistent with those. The description adds little behavioral context beyond the endpoint, such as whether the response is a list or whether pagination applies, but the annotations and output schema reduce the severity of that gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.