Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It states the operation displays curvature analysis on selected surfaces and returns a dict, which conveys that this is a display/analysis action rather than a geometry mutation. However, it does not clarify whether the analysis persists in the viewport, whether prior analysis is replaced, or what happens if no surface is selected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.