Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses the role requirement (collaborator/admin), which is helpful for authorization. However, it does not mention side effects (e.g., whether re-assigning an existing tag overwrites or errors), return behavior, or whether the tag must already exist. This is a moderate 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.