Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter tool with an output schema, the description is nearly complete. It covers the calculation method, interpolation, and null behavior. It does not explicitly address the expected order or sign of cashflows, but the schema and context imply this. The existence of an output schema means return values need not be described. Minor gaps exist (e.g., what happens with empty cashflows) but are not critical for a simple calculator.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.