Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 18%, so the description carries the burden of explaining parameters, but it only meaningfully adds semantics for external_id (Stripe/Gmail idempotency). Other parameters like source, merchant, person_id, payment_method, currency, and date are left without guidance, leaving the agent to guess at valid values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.