Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the key behavioral trait: stopping prevents new runs but lets in-progress runs finish. It also reveals the HTTP endpoint (POST /automations/:id/stop), which is useful context. It does not mention idempotency, reversibility, or whether stopping an already-stopped automation errors, but for a simple stop action the core behavior is well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.