Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. 'Import/create' implies mutation, but it does not state whether the operation is idempotent, what side effects occur, whether it requires specific permissions, or what the response looks like. No information about error conditions or existing connections is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.