Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With only a title annotation and no behavioral annotations (like readOnlyHint, destructiveHint, or rate limits), the description carries full burden but provides minimal behavioral context. It states what the tool does but doesn't disclose whether this is a read/write operation, what happens on failure, if it requires specific permissions, or any side effects. The description doesn't contradict annotations, but adds little beyond the basic action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.