Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and idempotentHint=true, so the safety profile is covered. The description adds useful behavioral context: it discloses that previous/next episode are included only 'when the source has them', and that the timezone parameter affects rendering of those air times. It doesn't describe pagination or rate limits, but for a read-only fetch with an output schema, the added context is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.