Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter destructive action, the description covers the core details: what is deleted, that deletion is permanent, that user confirmation is mandatory, and that it cannot be undone. The existence of an output schema and the annotations cover safety and idempotency hints. It does not discuss permission requirements, but this is a minor gap for such a straightforward tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.