Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint, idempotentHint, and openWorldHint. The description adds that authentication is required, which is not captured in annotations. However, it does not clarify the scope (e.g., whether the logged-in user can delete any username or only themselves) or the consequences of deletion.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.