Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden but provides minimal behavioral insight. 'Trigger' implies a write/mutation action, but it doesn't clarify side effects (e.g., whether this starts test executions, consumes resources, or affects monitoring). It lacks details on permissions, rate limits, idempotency, or response format. The description is too vague to guide safe or effective use.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.