Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but offers minimal behavioral context. It states the action ('Delete') but doesn't disclose critical traits: whether deletion is permanent/reversible, permission requirements, side effects (e.g., breaking links), error conditions, or response format. This is inadequate 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.