Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds a meaningful constraint by stating the artifact is 'public', implying non-public artifacts cannot be read. It does not add deeper behavioral details such as missing-ID handling, but for a simple read operation with annotations, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.