Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description meaningfully enriches the mode enum by explaining what 'text', 'a11y', and 'html' actually return (visible text, accessible tree, raw DOM) and which one is best for deciding what to click. It adds no unique semantic detail for the session parameter, but no more is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.