Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. The description reveals nothing about side effects—whether posting a comment is visible publicly, whether it requires specific permissions, whether it can be undone, or what happens on failure/rate limits. The dry_run parameter hints at a testing capability but the description doesn't explain its behavior or consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.