Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by indicating that returned requests are 'prompt-free,' have exactly one typed outcome, and exclude derived status fields. However, it does not disclose ordering, cursor behavior, empty-result behavior, or what happens when run_id is invalid, though these are partially mitigable by the output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.