Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that this is a read operation (get), which implies non-destructive behavior, but it doesn't mention potential 404 responses, authentication requirements, or the scope of data returned. For a simple getter, the basic 'get' is sufficient context but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.