Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 4 parameters with 0% description coverage. The description only mentions 'URL' and the action enum values (reload, back, forward), but fails to explain the meaning of 'contextId', the valid combinations of 'action' and 'url', or the 'wait' options. This imposes a heavy burden on the description for parameter clarity, which it does not meet.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.