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 the tool performs a read operation and returns specific data (field name, data type, enumerated values). However, it does not mention error handling (e.g., for unknown tags) or any potential side effects, though for a simple lookup the provided information is largely adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.