Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain any of the parameters. The schema contains many nested fields (name, status, sharing, due_date, etc.) and path params (format, projectId), but the description provides no hints about their meaning, format, or usage. The agent is left entirely to infer from raw JSON Schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.