Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral context beyond what the name implies. Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered, but the description does not mention filtering, pagination, or response details. The optional contract parameter's behavior is only documented in the schema, not in the description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.