Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, covering the safety and closed-world profile. The description adds only that the resource is 'public' and 'one', which is useful but does not disclose additional behavior such as 404 handling or auth expectations. With annotations carrying most of the burden, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.