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. It states it checks if a character is online, which implies a read operation, but gives no details about authentication requirements, rate limits, error handling, or what the output looks like (e.g., boolean, string). The lack of output schema makes this gap more significant.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.