Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers all parameters with 100% description coverage, so the baseline is 3. The description adds meaning by explaining why there is no type parameter (immutability) and by summarizing the updatable fields (name, description, or content), which aligns with the schema and adds a note about the immutable type.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.