Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosing behavior. It clearly states that the tool lists every show (i.e., no filtering) and specifies what data it returns. While it doesn't explicitly say 'read-only,' the verb 'List' strongly implies a non-mutating operation, which is sufficient for this simple listing tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.