Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required parameter, form_id, but schema description coverage is 0%. The description does not explain what form_id is, how to obtain it, or its format. While the parameter name is somewhat self-explanatory, the description fails to provide meaningful context beyond the schema, so it does not compensate for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.