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. It states the tool returns a day of the week but doesn't mention error handling (e.g., invalid date formats), default behavior (e.g., using system locale if unspecified), or output format (e.g., string like 'Monday' vs. numeric). This leaves significant gaps for a tool with parameters.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.