Skip to main content
Glama

LinkedIn MCP Assistant

by ertiqah

analyze_linkedin_chat

Analyze LinkedIn data by asking questions about profiles, content, or networks. Supports multi-turn conversations for detailed insights using provided query and conversation history.

Instructions

Ask questions about the user's LinkedIn profile, content, or network, with support for multi-turn conversations.

Input Schema

NameRequiredDescriptionDefault
conversation_historyNoOptional. Previous messages in the conversation for context. Each message must have 'role' (user/assistant) and 'content' (text).
queryYesThe question or request about LinkedIn data to be analyzed.

Input Schema (JSON Schema)

{ "properties": { "conversation_history": { "description": "Optional. Previous messages in the conversation for context. Each message must have 'role' (user/assistant) and 'content' (text).", "items": { "properties": { "content": { "description": "The text content of the message.", "type": "string" }, "role": { "description": "The sender of the message: 'user' or 'assistant'.", "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" }, "query": { "description": "The question or request about LinkedIn data to be analyzed.", "type": "string" } }, "required": [ "query" ], "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/ertiqah/linkedin-mcp-runner'

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