Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a straightforward search tool, the description is complete enough: it names the resource, search inputs, and the key fields in the result. The input schema fully documents parameters, annotations cover safety and idempotency, and an output schema exists, so the agent has sufficient context to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.