Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutate-tool with full schema coverage, an output schema, and rich annotations, the description covers the essential points: what it does, the prerequisite workflow, the split-type constraint, and when it isn't applicable. The return value is handled by the output schema. Complex enough with 6 parameters, but schema + description together are sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.