Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals that the tool performs search, crawl, and report generation, but does not mention whether it runs asynchronously, how results are returned (e.g., via a job ID), or any side effects or rate limits. Given the existence of sibling tools like start_job and poll_job, the description should clarify these aspects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.