Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% — none of the five parameters (format, projectId, limit, nometa, offset) are described in the schema. The description only hints that projectId scopes the list, but gives no meaning for format, limit, offset, or the const nometa. Since there are no schema descriptions, the description must carry the full burden and it fails to do so.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.