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. It provides minimal behavioral context: 'HTTP-only on the REST side' is a transport detail, not a behavioral trait like side effects or authorization requirements. It does not state whether the operation is read-only, what the response format is, or any rate-limiting/pagination behavior. This leaves significant gaps for an agent to safely invoke the tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.