Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with one optional parameter, a read-only annotation, and an output schema, the description covers the essential behaviors (single retrieval vs. list) and the value of the data. It doesn't describe the output format, but the output schema already handles that, so nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.