Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden of behavioral transparency. It only states 'delete' without mentioning that the operation is irreversible, that non-existent keys are ignored, or that the return value is the number of keys deleted. The output schema may cover this, but the description itself lacks detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.