Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple get-by-id operation with one parameter and no output schema, the description covers the essential purpose. It does not explicitly state what is returned (e.g., the full customer object), but this is largely implied by the operation name and field. It is sufficiently complete for an agent to invoke correctly, though a touch more detail on return behavior would make it a 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.