Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read tool with one parameter, read-only annotations, and no output schema, the description is nearly complete. It tells the agent what data is returned (raw evidence, report, pending calls, actual costs) and that nothing is rerun. The only minor gap is that it doesn't explicitly state the return format, but with no output schema and a read-only tool, this is acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.