Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 10%, so the description bears heavy responsibility for explaining parameters. It adds minimal semantic value by indicating the image should be base64-encoded line art, but it says nothing about speed, show_hand, order_text, idempotency_key, installation_id, or the required consent/terms parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.