Skip to main content
Glama

HDW MCP Server

get_linkedin_user_comments

Retrieve LinkedIn user comments by providing a user URN to analyze engagement patterns and discussion activity on the platform.

Instructions

Get LinkedIn comments for a user by URN (must include prefix, example: fsd_profile:ACoAA...)

Input Schema

NameRequiredDescriptionDefault
commented_afterNoFilter comments that created after the specified date. Accepts timestamp
countNoMax comments
timeoutNoTimeout in seconds
urnYesUser URN (must include prefix, example: fsd_profile:ACoAA...)

Input Schema (JSON Schema)

{ "properties": { "commented_after": { "description": "Filter comments that created after the specified date. Accepts timestamp", "type": "number" }, "count": { "default": 10, "description": "Max comments", "type": "number" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "urn": { "description": "User URN (must include prefix, example: fsd_profile:ACoAA...)", "type": "string" } }, "required": [ "urn" ], "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