Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions performance ('O(1) in-process lookup'), which implies a non-destructive, fast read operation. It also specifies the return format: 'revoked: bool, event: Revocation event details if revoked, null otherwise.' This gives the agent expectations about the response. It does not discuss side effects (likely none) or authentication, but for a read-only check, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.