Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. 'Delete a specific user' implies a destructive mutation, but it fails to describe critical behaviors: whether deletion is permanent, if it requires admin permissions, what happens to associated data, or any error conditions. For a destructive operation, this lack of detail is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.