Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all three parameters (invoiceId, sandbox, recipientAddress). The description adds only minimal context: it notes that sandbox mode returns a simulated receipt. It does not explain recipientAddress's conditional requirement beyond the schema's existing note. Thus, the description adds little value beyond the schema, earning the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.