Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions pagination via limit/offset and the return format, which adds some context, but it doesn't cover important aspects like authentication needs, rate limits, error handling, or whether the operation is read-only or has side effects. For a list tool with zero annotation coverage, this leaves significant gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.