Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows this is a safe, read-only operation. The description adds the specific data returned (endpoints, usage), which is helpful context beyond the annotations. However, it does not disclose any additional behavioral traits such as authentication requirements or rate limits, which the annotations also do not cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.