Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a destructive iOS process tool with no annotations and no output schema, the description is adequate but leaves an important gap: the schema marks only `udid` as required, and the description does not clarify that at least one of `pid`, `bundleId`, or `processName` is needed, nor that they are alternatives. Simple to read, but an agent could attempt an invalid call with only a UDID.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.