Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with a clear schema and annotations, the description is nearly complete. It explains the action, the side effect on reports, and the recovery path. The only minor gap is that it doesn't explicitly state the return value or whether the operation is idempotent, but the output schema likely covers the return, and the description is sufficient for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.