Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility. It only says 'Inventory' which suggests a read-only operation, but it doesn't explicitly state side effects, permissions, or whether it modifies anything. It also omits any details about pagination, returns, or error conditions. This is insufficient for an agent to fully anticipate behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.