Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations cover key behavioral traits: readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, indicating a safe, non-destructive, idempotent read operation. The description adds value by specifying the scope of details returned (properties, ownership, faces, actions, metadata), which isn't in the annotations. However, it doesn't disclose additional context like rate limits, authentication needs, or error behaviors, which could be useful given the lack of output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.