Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully disclose behavioral traits. It states the effect (refreshes FTS) but omits critical details: whether the operation is safe (read-only vs. destructive), if it requires specific permissions, if it is synchronous or background, or if it can be run concurrently. The verb 'Start' hints at a possible long-running process, but this is not clarified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.