Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds useful behavioral context beyond annotations: the operation is reversible, requires the user's API key, and mirrors the dashboard Save button. Since destructiveHint=false already signals non-destructive behavior, the description further clarifies the mutation's scope and side effects, though it does not detail what happens on repeated calls or invalid grant IDs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.