Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present and well-described parameters, the description covers the essential operational semantics: what the call does, what it returns, when it should be used, and what happens on expiry. It could mention retry/idempotency behavior, but that is already in the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.