Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing mutation behavior, but it only says 'Update a filter group.' It fails to mention partial vs. full update, effects on existing data, required authorization, error conditions (e.g., nonexistent id), or return value. This is a significant gap for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.