Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses that data comes from a local cache, implying a read-only, offline operation. However, it does not mention what a session is, how many results are returned, or what happens if the cache is empty or the directory is invalid. It provides some behavioral context but not full transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.