Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description is the sole source of behavioral information. It states the action but does not disclose prerequisites (e.g., session must be active), side effects, how session_type affects behavior, or whether output is captured. This lack of context is a significant gap for a tool that interacts with sessions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.