Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema exposes one required parameter, mediaId (number), but the description does not explain what mediaId is or how it relates to the conversion. Schema coverage is 0%, and the description only says 'image' without connecting it to the parameter. The name mediaId is somewhat self-explanatory, but the description adds no explicit meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.