Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, read-only, idempotent transformation tool with a single well-documented parameter and an output schema available, the description is largely complete. It could be slightly more specific about slug formatting conventions (e.g., separator or lowercase behavior), but the combination of description, schema, and annotations is sufficient for correct selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.