Skip to main content
Glama

HDW MCP Server

send_linkedin_post

Create and publish LinkedIn posts using your connected account. Specify text content, visibility settings, and comment permissions to share professional updates.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
comment_scopeNoWho can comment on the postALL
textYesPost text content
timeoutNoTimeout in seconds
visibilityNoPost visibilityANYONE

Input Schema (JSON Schema)

{ "properties": { "comment_scope": { "default": "ALL", "description": "Who can comment on the post", "enum": [ "ALL", "CONNECTIONS_ONLY", "NONE" ], "type": "string" }, "text": { "description": "Post text content", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "visibility": { "default": "ANYONE", "description": "Post visibility", "enum": [ "ANYONE", "CONNECTIONS_ONLY" ], "type": "string" } }, "required": [ "text" ], "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