Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is established. The description adds useful context about data provenance ('quoted from the modules that enforce them') and a trust expectation ('the code is the bug'), but it does not discuss authentication behavior, missing-parameter behavior, or response specifics beyond what the schema already provides.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.