Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Get a single team member' and offers no information about error handling, return format, required permissions, or any side effects. For a simple read operation this is minimal, but it lacks context such as what is returned if the user is not found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.