Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. 'Get' implies a non-destructive read, which is a reasonable signal, but nothing is said about auth requirements, behavior for an unknown id, or rate limits. For a simple single-resource read this is acceptable but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.