Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already convey read-only, idempotent, non-destructive behavior, so the description does not need to repeat those. It adds value beyond the annotations by specifying the output shape (0-100 score, grade, per-check explanation) and the behavioral scope of the audit, giving the agent a clear picture of what will happen when invoked.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.