Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
send_message

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

get_conversation

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

check_connection_status

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

retrieve_connections

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

send_connection_request

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

withdraw_connection_request

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

retrieve_pending_requests

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

remove_connection

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

search_companies

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

search_people

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

fetch_company

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

fetch_person

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_post

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

react_to_post

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

comment_on_post

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

create_post

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

retrieve_ssi

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

retrieve_performance

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

nv_send_message

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

nv_get_conversation

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

nv_search_companies

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

nv_search_people

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

nv_fetch_company

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_person

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

execute_custom_workflow

Execute a custom workflow definition

get_workflow_result

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_usage

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

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