Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover 0% of parameters, so the description must compensate. It indirectly explains the 'format' parameter by mentioning 'YAML or JSON', and 'diagram' by referencing 'an open diagram'. However, it doesn't specify how to reference the diagram (name, ID), what the default format is, or any value constraints beyond the enum. The compensation is partial.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.