Skip to main content
Glama

HDW MCP Server

get_linkedin_post_comments

Retrieve LinkedIn post comments by providing the post URN, with options to sort by relevance or recency and control the number of comments returned.

Instructions

Get LinkedIn comments for a post by URN

Input Schema

NameRequiredDescriptionDefault
countYesMax comments to return
sortNoSort type (relevance or recent)relevance
timeoutNoTimeout in seconds
urnYesPost URN, only activity urn type is allowed (example: activity:7234173400267538433)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Max comments to return", "type": "number" }, "sort": { "default": "relevance", "description": "Sort type (relevance or recent)", "enum": [ "relevance", "recent" ], "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "urn": { "description": "Post URN, only activity urn type is allowed (example: activity:7234173400267538433)", "type": "string" } }, "required": [ "urn", "count" ], "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