Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description carries the burden of explaining parameters. It addresses both params: 'by UUID' clarifies that uuid is the identifier, and 'pass showSecrets to reveal' explains the boolean's effect and implies the default false. It does not specify UUID format or explicitly say showSecrets is optional, but the schema already defines types and requiredness, and the description conveys the essential semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.