Skip to main content
Glama

Linked API MCP

by Linked-API

send_message

Send personalized messages to LinkedIn contacts via the Linked API MCP server. Specify the recipient's LinkedIn URL and message text to streamline communication directly from your account.

Instructions

Allows you to send a message to a person (st.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')
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" }, "text": { "description": "The message text, must be up to 1900 characters.", "type": "string" } }, "required": [ "personUrl", "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/Linked-API/linkedapi-mcp'

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