Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden for behavioral disclosure. It implies a read operation via 'Get' but does not explicitly state safety (read-only), required permissions, pagination, limits, or return shape. This leaves the agent without key context for invoking the tool safely.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.