Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description is fully consistent with those. It adds behavioral value by defining what 'in full' means, listing the concrete fields returned, and noting the relationship to schedule_history. It does not mention auth or rate limits, but those are not necessary for a read-only lookup.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.