Skip to main content
Glama

HDW MCP Server

send_linkedin_chat_message

Send direct messages to LinkedIn users through the HorizonDataWave API using account credentials from environment settings.

Instructions

Send a chat message via LinkedIn management API. Account ID is taken from environment.

Input Schema

NameRequiredDescriptionDefault
companyNoCompany URN where the account is admin (format: company:123456)
textYesMessage text
timeoutNoTimeout in seconds
userYesRecipient user URN (must include prefix, e.g. fsd_profile:ACoAA...)

Input Schema (JSON Schema)

{ "properties": { "company": { "description": "Company URN where the account is admin (format: company:123456)", "type": "string" }, "text": { "description": "Message text", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "user": { "description": "Recipient user URN (must include prefix, e.g. fsd_profile:ACoAA...)", "type": "string" } }, "required": [ "user", "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