Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the effect ('Archived chats are hidden from the main chat list') but doesn't mention whether this action is reversible (though 'waha_unarchive_chat' exists as a sibling), requires specific permissions, has side effects, or what the response looks like. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.