Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no parameters, no output schema, and read-only annotations, the description is mostly sufficient. It names key information categories, which gives a clear picture of the returned data. However, without an output schema, a bit more detail on the exact structure (e.g., whether it returns a flat object or nested fields) would improve completeness, but the description still provides a solid baseline.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.