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. While 'Add' implies a write operation, the description fails to disclose idempotency (can the same emoji be added twice?), error handling (what if the messageId is invalid?), side effects (does it trigger notifications?), or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.