Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe-read profile is covered structurally. The description adds the auth requirement (personal access token) and the membership scope, which is useful behavioral context. It doesn't describe return format, but with no output schema the burden is somewhat on the description, though for a standard 'get me' endpoint this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.