Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Delete an entity' implies a destructive, irreversible mutation, but it doesn't specify permissions required, confirmation prompts, side effects (e.g., cascading deletions), rate limits, or what happens on success/failure. This leaves critical behavioral traits undocumented for a destructive operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.