Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% (0 paragraphs referencing parameters in the description text); the description mentions 'backend connection' providing context that the provider identifies the connection source, but it does not explicitly describe either the 'provider' or 'dryRun' parameters. However, with only 2 parameters and a reasonably self-explanatory schema (provider = a string with minLength 1, dryRun = boolean defaulting to false), the burden on the description is modest. It partially compensates by framing 'provider' as the target connection, but does not explain the dryRun semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.