add_comment
Enables users to add or reply to comments on Emlog blog articles by providing article ID, commenter details, and comment content. Supports threaded discussions with parent comment IDs.
Instructions
Add a comment to an article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commail | No | Email of the commenter | |
comment | Yes | The comment content | |
comname | Yes | Name of the commenter | |
comurl | No | Website URL of the commenter | |
gid | Yes | The ID of the article to comment on | |
pid | No | Parent comment ID for replies |