Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, read-only regex testing tool with full schema coverage and an output schema, the description covers purpose, usage, and constraints. The presence of an output schema means the description doesn't need to enumerate return value structures, and annotations cover side-effect safety.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.