Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 3-parameter tool with an output schema, safety annotations, and well-documented nested fields, the description plus structured data covers everything an agent needs for a successful call. The economics versioning (V0.1 vs V0.2) lives in the schema, and return values are covered by the output schema. Only minor edge behavior, like handling of a malformed schema, is unaddressed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.