Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Get' implies a read operation, but there's no information about authentication requirements, error conditions, rate limits, or what happens if the group_id doesn't exist. The description doesn't mention whether this is a safe operation or has any side effects beyond basic retrieval.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.