Skip to main content
Glama

Linked API MCP

by Linked-API

withdraw_connection_request

Remove a pending LinkedIn connection request to a specific person, optionally unfollowing them. Use this tool via Linked API MCP to manage your LinkedIn network efficiently.

Instructions

Allows you to withdraw the connection request sent to a person (st.withdrawConnectionRequest action).

Input Schema

NameRequiredDescriptionDefault
personUrlYesPublic or hashed LinkedIn URL of the person you want to withdraw the connection request from. (e.g., 'https://www.linkedin.com/in/john-doe')
unfollowNoOptional. Boolean indicating whether you want to unfollow the person when withdrawing the request. The default value is true.

Input Schema (JSON Schema)

{ "properties": { "personUrl": { "description": "Public or hashed LinkedIn URL of the person you want to withdraw the connection request from. (e.g., 'https://www.linkedin.com/in/john-doe')", "type": "string" }, "unfollow": { "description": "Optional. Boolean indicating whether you want to unfollow the person when withdrawing the request. The default value is true.", "type": "boolean" } }, "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