Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description bears full responsibility for disclosing behavior. It only states the action (get) and resource, implying a read operation. There is no mention of authorization requirements, error conditions (e.g., role not found), side effects, or response structure. While the presence of an output schema documents return values, the description adds no behavioral context beyond the obvious.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.