Batch Reply Comments
Reply to multiple comments sequentially with rate-limit-aware pacing. Accepts up to 20 comment/reply pairs per call. Stops if the daily engagement safety limit (100/day) is reached. Use get_comment_status first to identify high-priority unanswered comments.
MCP tool name: batch_reply_comments
Use Cases
- Reply to all unanswered comments in one batch
- Respond to CTA access request comments with download links
- Maintain engagement velocity on viral posts
- Clear comment backlog after being away
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| replies | array | required | Array of {comment_id, text} pairs (max 20) |
Example
Prompt
Reply to all 8 unanswered comments on my latest post with personalized responses
Response
{
"results": [
{ "comment_id": "123", "status": "sent" },
{ "comment_id": "456", "status": "sent" }
],
"total_sent": 2
}Permission Scopes
This tool is available in the following permission scopes:
full accessoutboundcontent
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. All 160 tools. Safe limits, warm-up, and full permission control built in.