Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, secret_name, has a schema description that just repeats its name ('secret_name'), which is not informative. The tool description does not provide any additional context about what constitutes a valid secret name or where it comes from. Despite 100% schema coverage, the description fails to add meaningful semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.