Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It states the tool returns a public profile with specific fields, implying a read-only operation, but it does not elaborate on potential errors, authentication requirements, or whether the data is live. This is adequate for a simple getter but not highly transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.