add_comment
Post a Markdown comment to a CoderLegion discussion by supplying the post ID, slug, content, and comment thread ID.
Instructions
Add a comment to a CoderLegion post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID (numeric) | |
| slug | Yes | Post URL slug | |
| content | Yes | Comment text in Markdown | |
| comment_id | Yes | Comment thread ID (numeric, from the post page) |