Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already indicates a safe read operation. The description adds value by specifying the exact fields returned (title, slug, status, type, SEO fields), giving the agent insight into the output without needing a separate schema. It does not cover error cases or authentication, but for a simple read-only get, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.