Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, and idempotentHint as true, so the agent knows this is a safe read operation. However, the description adds no additional behavioral context such as pagination, result ordering, default values for top_k, or whether rag_id must reference a specific resource type. With no output schema, the description also does not clarify the exact structure of the returned chunks, leaving a transparency gap beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.