Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_send_message

Send direct LinkedIn messages to individuals, starting new conversations or replying to existing threads. Note: contacting people outside your network may require Premium InMail.

Instructions

Send a direct message to a person, starting a new conversation or continuing an existing one. Messaging people outside your network generally requires Premium InMail — the tool says so explicitly when that is the blocker. Max 8,000 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesMessage body. Line breaks are preserved.
subjectNoSubject line — only used for InMail-style compose forms.
identifierYesA public identifier ("jane-doe-123"), a full profile URL, or "me" for the signed-in user.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond annotations (readOnlyHint=false), the description discloses that messaging outside the network requires InMail and that the tool will explicitly indicate when that is the blocker. It also mentions the max character limit. This adds useful behavioral context without contradicting any annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three concise sentences, front-loaded with the main action, and each sentence adds value: purpose, InMail context, and character limit. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers key behavioral aspects (conversation initiation/continuation, InMail blocker, max length) and is reasonably complete for a messaging tool. It lacks details on return values or error handling beyond the InMail note, but the schema and annotations cover safety, so this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter is already described in the schema (text, subject, identifier). The description only repeats the max length and adds no new semantic detail beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sends a direct message to a person, with a specific verb and resource, and distinguishes itself from siblings like linkedin_reply_to_conversation by covering both new and existing conversations. The InMail note adds further specificity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear context for use: starting or continuing a conversation, and mentions the InMail requirement for out-of-network recipients. It does not explicitly name alternatives or say when not to use it, but the context is strong enough for an agent to choose appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Sabari2005/linkedin-mcp-server'

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