Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain parameters. It mentions 'optionally only the given keys', which implies the 'keys' parameter filters output, but it does not explicitly describe 'project_path' or the format of keys. However, the minimal parameter count (2) and the description's hint partially compensate; a 4 is reasonable for the limited information given.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.