Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With zero annotations provided, the description carries full burden but only states the obvious destructive nature of 'Delete'. It omits critical behavioral details: whether deletion is permanent, if the operation is atomic (all-or-nothing), what happens when files don't exist, or any rate limiting considerations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.