Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (no params, no output schema, no annotations), the description is quite complete. It identifies the resource, scope, and returned fields. It could mention that the result is an array or include pagination behavior, but these are likely implicit for a list endpoint. The field enumeration helps compensate for the lack of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.