Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has two parameters (key_id, key_type) with no descriptions (0% schema coverage). The tool description mentions them by name ('ID and type') but provides no explanation of their meaning, valid values, or format. For 'key_type', the enum values 'connector' and 'service_edge' are not elaborated. The description adds minimal semantic value beyond naming the parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.