Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the agent knows it's a safe read operation. The description adds scope details but no deeper behavioral traits like rate limits, pagination, or auth requirements, which would be useful but not required given the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.