Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the annotations: it does not open doors, it returns the whole table when no match exists, and every returned row is an existing door. This aligns with readOnlyHint, idempotentHint, and destructiveHint and provides assurance about the tool's non-mutating nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.