Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states the action and target, without mentioning that this is a destructive operation, that a non-empty directory requires the 'recursive' flag, or any failure modes. The recursive parameter is completely absent from the description, leaving its effect unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.