Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the read-only, idempotent, non-destructive nature of the call, so the description does not need to restate those. It does add one useful behavioral detail beyond annotations: the Scale plan requirement. However, it does not disclose other behavioral traits such as error cases or response specifics, so it adds value but not rich context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.