Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description carries the full behavioral burden. It discloses the key trait — this is a read-only operation that does not start an editing session — which is genuinely useful and non-obvious given select_template exists. However, it does not cover authentication requirements (a login sibling exists) or the return format/pagination behavior, leaving gaps a no-annotation tool should ideally fill.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.