Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple batch status tool with a rich input schema and an output schema available, the description covers all necessary aspects: the action, the input constraints (public, 1-5, distinct), the cost model, execution order, and error handling. It does not explain return values, but the output schema handles that, so completeness is strong.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.