Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter list tool with an output schema, the description is sufficient to understand its core purpose. It doesn't explain return values, but the output schema covers that. It could mention typical usage (e.g., 'use this to discover available connections for db_query'), but that's not essential. Overall, complete enough for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.