Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavioral traits. The verb 'List' implies a read-only operation, and the output fields are specified, but there is no explicit statement about safety, side effects, or whether the list is exhaustive or filtered. The meaning of 'status=ready' is ambiguous—whether all entries have status 'ready' or only ready schemes are shown.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.