Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has only one parameter 'object' with no description (0% schema coverage). The description merely states the action occurs 'on an object', which adds minimal meaning but does not explain how to specify the object (e.g., by name, path, or ID) or what constitutes a valid object. The description fails to fully compensate for the schema's lack of parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.