Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description mentions 'tightens the quote band' and 're-runs the engine', indicating a modification action. Annotations show non-read-only and non-destructive, which aligns. However, it does not describe whether the original quote is updated or a new one is created, or if there are any side effects (e.g., idempotency).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.