Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure, but it only states the action without revealing how errors are handled, what 'format' outputs (e.g., indentation, minification), or any side effects. The presence of an `indent` parameter is not mentioned, so the tool's behavior regarding formatting remains opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.