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 only states 'get' which implies a read operation, but doesn't reveal whether the entry must belong to the authenticated user, what happens if the ID doesn't exist (error vs empty result), or any permissions needed. For a read tool with zero annotation coverage, this is insufficient behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.