Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, destructiveHint=true, and openWorldHint=true, so the safety profile is known. However, the description adds no behavioral context beyond the endpoint, such as what the add operation does (e.g., adds a domain to the blocklist, whether it can overwrite, or if it requires authentication). No additional transparency is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.