Skip to main content
Glama

HDW MCP Server

send_linkedin_post_comment

Post comments on LinkedIn posts and replies to engage with content using your LinkedIn account. Add your perspective to discussions and interact with professional content.

Instructions

Create a comment on a LinkedIn post or on another comment. Account ID is taken from environment.

Input Schema

NameRequiredDescriptionDefault
textYesComment text
timeoutNoTimeout in seconds
urnYesURN of the activity or comment to comment on (e.g., 'activity:123' or 'comment:(activity:123,456)')

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Comment text", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "urn": { "description": "URN of the activity or comment to comment on (e.g., 'activity:123' or 'comment:(activity:123,456)')", "type": "string" } }, "required": [ "text", "urn" ], "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/horizondatawave/hdw-mcp-server'

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