Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. The endpoint's '{key}' segment gives a useful hint that the required issueIdOrKey is the Jira issue key used in the URL path, but the body parameter — which accepts either a string or an object — is left entirely unexplained, leaving ambiguity about whether to send plain text, markdown, or ADF.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.