Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosure. It clearly indicates a read operation ('Get') and outlines the scope of data returned (brief, stats, member list). Although it does not explicitly state that it is read-only and non-destructive, the verb 'Get' strongly implies safety. It could be slightly improved by confirming no side effects, but it is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.