Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it returns open positions and the specific fields, which is useful but doesn't disclose additional behavioral traits like pagination, ordering, or whether the address can be an EOA or deposit wallet (though the schema mentions 'owner EOA or Deposit Wallet'). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.