Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description aligns with this. The added requirement of SCRIPTING_ENABLED=true is valuable behavioral context beyond the annotations, disclosing a non-obvious precondition. However, it does not describe return details or error behavior, but the read-only nature is well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.