Skip to main content
Glama

Linked API MCP

by Linked-API

nv_send_message

Send personalized messages to LinkedIn Sales Navigator contacts by specifying their profile URL, message text, and subject line, integrated with the Linked API MCP server.

Instructions

Allows you to send a message to a person in Sales Navigator (nv.sendMessage action)

Input Schema

NameRequiredDescriptionDefault
personUrlYesLinkedIn URL of the person you want to send a message to (e.g., 'https://www.linkedin.com/in/john-doe')
subjectYesSubject line, must be up to 80 characters.
textYesThe message text, must be up to 1900 characters.

Input Schema (JSON Schema)

{ "properties": { "personUrl": { "description": "LinkedIn URL of the person you want to send a message to (e.g., 'https://www.linkedin.com/in/john-doe')", "type": "string" }, "subject": { "description": "Subject line, must be up to 80 characters.", "type": "string" }, "text": { "description": "The message text, must be up to 1900 characters.", "type": "string" } }, "required": [ "personUrl", "text", "subject" ], "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/Linked-API/linkedapi-mcp'

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