Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having 6 parameters, nested objects, and an output schema, the description covers essential aspects: what it does, who it's for, inputs, and outputs. It does not explain optional parameters like riskAppetite or timeHorizonDays, but schema already documents them. The combination of description, annotations, and schema makes the tool contextually complete for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.