Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so safety and world access are covered. The description's '[READ]' tag merely repeats the read-only annotation and adds no further context about authentication, pagination, rate limits, or what data is returned. It does not contradict the annotations, but it contributes very little behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.