Skip to main content
Glama

Linked API MCP

by Linked-API

send_connection_request

Send LinkedIn connection requests with an optional note or email using the Linked API MCP server. Input a person's LinkedIn URL to initiate contact directly through the tool.

Instructions

Allows you to send a connection request to a person (st.sendConnectionRequest action).

Input Schema

NameRequiredDescriptionDefault
emailNoOptional. Email address required by some people for sending connection requests to them. If it is required and not provided, the connection request will fail.
noteNoOptional. Note to include with the connection request.
personUrlYesPublic or hashed LinkedIn URL of the person you want to send a connection request to. (e.g., 'https://www.linkedin.com/in/john-doe')

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Optional. Email address required by some people for sending connection requests to them. If it is required and not provided, the connection request will fail.", "type": "string" }, "note": { "description": "Optional. Note to include with the connection request.", "type": "string" }, "personUrl": { "description": "Public or hashed LinkedIn URL of the person you want to send a connection request to. (e.g., 'https://www.linkedin.com/in/john-doe')", "type": "string" } }, "required": [ "personUrl" ], "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