Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so all 8 parameters are undocumented in both the schema and the description. The description lists action types but doesn't explain how to use parameters like 'path', 'delta', 'width', 'height', 'window', 'handles', or 'viewName' in conjunction with specific actions. For example, it doesn't clarify that 'setView' requires 'viewName' or that 'zoomWindow' requires 'window' coordinates. This leaves the agent guessing about parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.