Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, open-world, idempotent, and non-destructive behavior. The description adds valuable context: that it reads via eth_call, only processes plain JSON rules, and explicitly states that encrypted rules are not decrypted. This goes beyond annotations and provides clear behavioral boundaries.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.