Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the description only needs to add context beyond those. It confirms it's a read operation but adds no details about rate limits, pagination, or what happens with invalid inputs. This is adequate given the simple read-only nature and annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.