Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds 'Paid per call', a cost behavior not in annotations, and reinforces statelessness. It does not disclose rate limits, auth needs, or failure modes, but the annotation coverage lowers the required burden.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.