Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden, and it discloses several important behaviors: bearer-token requirement or per-call cost, newest-first ordering, on-chain sealing that prevents later edits, and free verification. It does not cover rate limits, failure modes, or pagination, but the auth/cost and immutability details exceed typical coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.