Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden for explaining the parameters. It does explain that account and customer_id resolve scope and that customer_ids enables batched execution, but it leaves ambiguity around whether one is sufficient, whether both are required, and what exactly account represents in relation to customer_id.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.