Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It does add useful behavioral context: multiple fields can be updated at once, fields_json enables bulk custom-field updates, user_key allows acting as a specific user, and success returns '更新成功'. However, it does not mention permissions, reversibility, partial-failure behavior, or side effects for a mutating operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.