Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a straightforward list operation, the core purpose and filter option are complete. However, with no annotations, no output schema, and 0% parameter coverage, the description leaves pagination mechanics (how pageSize and pageToken relate) to inference from parameter names, and says nothing about the response's list format or whether property metadata is nested. Adequate but with a clear gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.