Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for 7 parameters, but the description adds no information about any parameter. It does not explain that project_id is required, nor does it describe the purpose of filters like state, labels, search, assignee_id, page, or per_page. This is a critical gap as the agent must rely solely on schema types and enums, which are insufficient for correct invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.