Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the entire behavioral burden and falls well short. 'Start' hints at an async/long-running operation, but it never says whether a job ID is returned, whether the project must be persisted first, whether prior render output is overwritten, or what permissions/limits apply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.