Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety/read profile is fully covered. The description adds the 'cross-market' scoping and cursor pagination behavior, which is useful context beyond annotations. It doesn't disclose response format, but with an output schema present, that burden is reduced. Overall the description adds modest context on top of strong annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.