Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, establishing safe operation. The description adds context of 'keyless, offline', which reveals no external dependencies and local execution. This extra information enhances transparency beyond the annotations, though no mention of error handling or output format is included.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.