Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex batched-write tool, the description covers the key decision points: when to use it, when to use alternatives, and how the batch behaves internally. The output schema exists, so return-value details are not the description's burden, and the annotations already signal the destructive nature. This is complete for safe and correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.