Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema documents the 'name' parameter with examples (class/id/src), and the tool description repeats these examples. However, the 'element_id' parameter has no description in either the schema or the description, leaving its meaning ambiguous. With 50% schema coverage, the description does not compensate for the undocumented parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.