Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds 'leitura' (redundant) and bulk behavior 'accepts ids for batched execution', which is useful. It does not explain pagination behavior, return format, or how cursor and ids interact, but the annotations cover the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.