Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate it is not read-only (write operation) and not destructive (restore is constructive). The description adds the 30-day recovery window and directs the agent to use the id from trash_task, but it does not disclose behavior around errors, idempotency, or what happens if the task is already restored. Since annotations cover the basic safety profile, the description adds some context but not rich behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.