Skip to main content
Glama

HDW MCP Server

get_linkedin_chat_messages

Retrieve LinkedIn chat messages for a specific user from the management API to monitor conversations and manage communications.

Instructions

Get top chat messages from LinkedIn management API. Account ID is taken from environment.

Input Schema

NameRequiredDescriptionDefault
companyNoCompany URN where the account is admin (format: company:123456)
countNoMax messages to return
timeoutNoTimeout in seconds
userYesUser URN for filtering messages (must include prefix, e.g. fsd_profile:ACoAA...)

Input Schema (JSON Schema)

{ "properties": { "company": { "description": "Company URN where the account is admin (format: company:123456)", "type": "string" }, "count": { "default": 20, "description": "Max messages to return", "type": "number" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "user": { "description": "User URN for filtering messages (must include prefix, e.g. fsd_profile:ACoAA...)", "type": "string" } }, "required": [ "user" ], "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/horizondatawave/hdw-mcp-server'

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