Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the Args section is crucial. It provides concrete examples for state ('CA', 'TX', 'NY'), exact allowed severity values, example event types, and the default/max limit. This goes far beyond the bare schema and gives agents everything needed to construct valid calls.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.