Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema only defines a required string parameter named 'pane' with no description, and schema description coverage is 0%. The description says 'one pane (one agent)' but does not explain what format the pane identifier should take, where to obtain it, or whether it is an ID, name, or index. This is a clear gap for an agent trying to invoke the tool correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.