Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides only the property name, type, and default. The description adds meaning by explaining folder_id is a Folder UUID and that omitting it yields root-level items, which is essential for correct use. This compensates well for the lack of parameter descriptions in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.