Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% per the context signals, and the single 'body' wrapper has no description at all. The nested required fields (project_id, name, description, issue_category_id, issue_status_id) are only identifiable by reading the schema, and the description gives no hint that these are mandatory or what identifiers must be resolved first.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.