Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe, repeatable read. The description adds the behavioral detail that the tool 'crea referencias locales seguras', implying it may set up local caching or pointers—a useful nuance not present in annotations. However, it does not elaborate on what these references are, whether there are side effects, or any rate limits, so value beyond annotations is modest.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.