Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain `prompt`, `system`, or `max_tokens` individually. The OpenAI-compatible framing and hard limits map loosely to `prompt` and `max_tokens`, but `system` is entirely unaddressed, so the description fails to compensate for the missing schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.