Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It reveals the returned data includes valid view counts, that results are scoped to the user's links, and that they are ordered most recent first. This is sufficient for a simple read-only listing tool, though it does not describe edge cases like empty results or pagination.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.