Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter async indexing tool, the description covers the full workflow: prerequisite (dataset.build), downstream use (dataset.chunks), behavior (chunking, embeddings, storage), idempotency, timing, and plan requirement. An output schema exists, so not detailing return values is acceptable. The context is complete for safe and correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.