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. 'Delete a channel' implies a destructive, irreversible operation, but the description doesn't mention permission requirements, whether deletion can be undone, what happens to associated data, or error conditions. The input schema's 'force' parameter suggests there might be constraints (like clients present), but the description doesn't explain these behavioral aspects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.