Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description must compensate by explaining the six parameters (status, class_id, decision, probe_id, workflow_id, minimum_score). It does not mention any of them, nor does it provide hints about their purpose or how they influence the returned probes. The description adds no value beyond what the schema already shows (which is just type information with null defaults). This is a critical gap for an agent needing to construct a valid call.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.