Skip to main content
Glama

LinkedIn MCP Server

by felipfr

send_message

Send direct messages to LinkedIn connections using recipient profile ID, subject, and body. Facilitate professional communication through the LinkedIn MCP Server.

Instructions

Send direct messages to your LinkedIn connections

Input Schema

NameRequiredDescriptionDefault
bodyYesMessage body
recipientIdYesRecipient LinkedIn profile ID
subjectYesMessage subject

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Message body", "type": "string" }, "recipientId": { "description": "Recipient LinkedIn profile ID", "type": "string" }, "subject": { "description": "Message subject", "type": "string" } }, "required": [ "recipientId", "subject", "body" ], "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