Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It states the action ('get') but does not mention edge cases, such as behavior when no input field is focused, whether it returns an empty string, or if it throws an error. The read-only nature is implied but not explicitly stated. This is basic functionality with limited behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.