Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only, idempotent utility with an output schema, the description is complete. It states the purpose, the specific return values, and the calculation assumptions. An agent has everything needed to call it correctly; no missing fields, side effects, or edge-case warnings are likely to matter for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.