Skip to main content
Glama

LinkedIn MCP Server

by felipfr

comment_on_post

Enable AI assistants to add meaningful comments to LinkedIn posts by providing the post ID and comment text, enhancing engagement and interaction on the platform.

Instructions

Add a thoughtful comment to a LinkedIn post

Input Schema

NameRequiredDescriptionDefault
commentYesComment text
postIdYesLinkedIn post ID

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment text", "type": "string" }, "postId": { "description": "LinkedIn post ID", "type": "string" } }, "required": [ "postId", "comment" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felipfr/linkedin-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server