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 describes the tool's actions (revoking token, clearing credentials) and return type (success/error message), which covers basic behavior. However, it lacks details on potential side effects (e.g., impact on other tools), error conditions, or rate limits, making it adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.