Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds important behavioral context beyond that by specifying what the endpoint returns (tenantId, apiKeyId, scopes) and why the scope info matters. Since there is no output schema, this return-value disclosure is especially valuable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.