Skip to main content
Glama
Linked-API
by Linked-API

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_messageC

Allows you to send a message to a person (st.sendMessage action).

get_conversationB

Allows you to get a conversation with a LinkedIn person using standard LinkedIn messaging.

check_connection_statusB

Allows you to check the connection status between your account and another person (st.checkConnectionStatus action).

retrieve_connectionsC

allows you to retrieve your connections and perform additional person-related actions if needed (st.retrieveConnections action).

send_connection_requestC

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

withdraw_connection_requestB

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

retrieve_pending_requestsA

Allows you to retrieve pending connection requests sent from your account. (st.retrievePendingRequests action).

remove_connectionB

Allows you to remove a person from your connections (st.removeConnection action).

search_companiesC

Allows you to search for companies applying various filtering criteria (st.searchCompanies action).

search_peopleC

Allows you to search people applying various filtering criteria (st.searchPeople action).

fetch_companyB

Allows you to open a company page to retrieve its basic information (st.openCompanyPage action). Can optionally retrieve employees, posts and decision makers.

fetch_personA

Allows you to open a person page to retrieve their basic information and perform additional person-related actions if needed. (st.openPersonPage action). Allows additional optional retrieval of experience, education, skills, languages, posts, comments and reactions. ⚠️ PERFORMANCE WARNING: Only set additional retrieval flags to true if you specifically need that data. Each additional parameter significantly increases execution time: 💡 Recommendation: Start with basic info only. Only request additional data if the user explicitly asks for it or if it's essential for the current task.

fetch_postA

Open a LinkedIn post and retrieve its data, with optional comments and reactions. (st.openPost action).

react_to_postB

Allows you to react to a post using any available reaction type (st.reactToPost action).

comment_on_postC

Allows you to leave a comment on a post (st.commentOnPost action).

create_postA

Creates a new LinkedIn post with optional media attachments (st.createPost action).

retrieve_ssiB

Allows you to retrieve your current SSI (Social Selling Index) (st.retrieveSSI action).

retrieve_performanceB

Allows you to retrieve performance analytics from your LinkedIn dashboard (st.retrievePerformance action).

nv_send_messageB

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

nv_get_conversationA

Allows you to get a conversation with a LinkedIn person using Sales Navigator messaging.

nv_search_companiesB

Allows you to search for companies in Sales Navigator applying various filtering criteria. (nv.searchCompanies action).

nv_search_peopleB

Allows you to search people in Sales Navigator applying various filtering criteria. (nv.searchPeople action).

nv_fetch_companyA

Allows you to open a company page in Sales Navigator to retrieve its basic information (nv.openCompanyPage action). Can optionally retrieve employees and decision makers.

nv_fetch_personB

Allows you to open a person page in Sales Navigator to retrieve their basic information (nv.openPersonPage action).

execute_custom_workflowC

Execute a custom workflow definition

get_workflow_resultB

CONTINUE LISTENING TO BACKGROUND WORKFLOW - THIS IS NORMAL OPERATION! Background workflows are OPTIMAL BEHAVIOR for Linked API operations and keep the MCP client responsive. When a workflow runs in the background, this tool should be used with the provided workflowId and operationName parameters to continue listening for updates. The workflow continues processing in the background while you wait. This is the STANDARD way Linked API works - background processing provides optimal user experience!

get_api_usageB

Retrieve Linked API usage statistics. Date range must not exceed 30 days.

admin_get_subscription_statusA

Get current subscription status, trial eligibility, and cancellation schedule.

admin_get_seatsA

Get active subscription seats. Each seat allows one connected LinkedIn account. Seat types: core (standard) and plus (includes Sales Navigator).

admin_set_seatsA

Set number of subscription seats. Returns checkout link if no active subscription, otherwise updates immediately.

admin_get_accountsA

Get all connected LinkedIn accounts and pending connection sessions.

admin_connect_accountA

Create a connection session to connect a new LinkedIn account. Returns a sessionId and connectionLink that must be opened in a browser.

admin_disconnect_accountA

Disconnect a LinkedIn account. This action is irreversible — the account must be reconnected from scratch.

admin_regenerate_tokenB

Regenerate identification token for an account. The old token becomes invalid immediately.

admin_get_limits_usageB

Get current usage against configured rate limits for an account.

admin_set_limitsA

Set rate limits for an account. Only specified limits are created or updated; other limits remain unchanged. Categories: stPersonProfileViews, stCompanyPageViews, stConnectionRequests, stMessages, stSearchQueries, stReactions, stComments, stPosts, nvPersonProfileViews, nvCompanyPageViews, nvMessages.

admin_reset_limitsB

Reset all rate limits for an account to the system defaults.

Prompts

Interactive templates invoked by user choice

NameDescription
performance_guidelinesGet performance optimization guidelines for Linked API MCP tools
parameter_usageLearn when to use optional parameters in Linked API requests
background_workflowsLearn how Linked API background workflows provide optimal UX
authentication_requirementsLearn how to authenticate with Linked API MCP

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Linked-API/linkedapi-mcp'

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