Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 4 parameters with 0% description coverage. The description adds no meaning to 'folder', 'limit', 'email', or 'password'. For an email inbox tool, these are critical (e.g., folder defaults, limit meaning, email as identifier, password usage). This gap makes correct invocation nearly impossible.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.