Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions validation and storing a pointer, it does not explain side effects (e.g., whether previous active project is overwritten, whether validation makes external calls, or if there are any destructive consequences). Missing details on idempotency, auth requirements, or error behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.