like_post
Automate liking a LinkedIn post to show appreciation using the post ID. Integrate with AI assistants via the LinkedIn MCP Server for efficient LinkedIn interactions.
Instructions
Like a LinkedIn post to show appreciation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
postId | Yes | LinkedIn post ID |
Input Schema (JSON Schema)
{
"properties": {
"postId": {
"description": "LinkedIn post ID",
"type": "string"
}
},
"required": [
"postId"
],
"type": "object"
}