Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits fully. While 'Get' implies a read operation, the mention of filtering by 'post and status' is misleading because the input schema only allows a single 'perPage' parameter with additionalProperties false. The description does not clarify pagination behavior, return format, or that only perPage is accepted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.