Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-optional-parameter list tool, everything an agent needs to call it correctly is present: purpose, usage triggers, ordering, slug semantics for the next call, and the empty-result edge case. An output schema exists so return shape needs no prose, and annotations cover the safety profile.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.