Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=false, and idempotentHint=true, covering safety and idempotency. However, the description adds no behavioral context beyond the purpose—it does not state what the tool returns (e.g., a list of deals), whether results are limited, or any pagination. With no output schema, this omission is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.