Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only tell the agent this is an idempotent, non-destructive mutation. The description adds the crucial non-obvious behavior: ack does NOT free the mailbox when a reply is expected, nothing new arrives until bus_reply/nack, and slot_released reveals which case applies. This is exactly the kind of trap the annotations cannot express.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.