Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, open-world, idempotent, and non-destructive, so the description does not need to repeat those. It adds useful behavioral details: no API key required, results include both open jobs and a matched subset, and network should default to testnet for cold-start. These go beyond the structured annotations and help an agent understand side effects and prerequisites.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.