Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral burden, but it only says 'Return the generated... profile'. This weakly implies read-only retrieval, but it does not disclose whether generation is triggered, what happens with optional parameters, whether side effects occur, or what prerequisites exist. This is similar to mutation tools with no annotation coverage that only name the operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.