Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for text, source, and target, so the description does not need to repeat those. It adds mentions of _apiKey and _endpoint, but these are not present in the input schema, which could confuse parameter handling. Still, the core parameters are self-explanatory, and the description adds some operational context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.