Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. 'Delete' implies a mutation, but nothing is said about irreversibility, undo availability, error behavior when indices are out of range, or whether the item is removed from disk or just the project. For a destructive operation with zero annotation coverage this is a real gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.