Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (destructiveHint: true, readOnlyHint: false), the description adds meaningful behavioral context: deletion is permanent, cannot be undone, and also removes stored outputs. It also instructs the agent to follow any llmContext guidance in results, which is an operational behavior not captured by structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.