Skip to main content
Glama

HDW MCP Server

get_linkedin_post_reposts

Retrieve LinkedIn post reposts by providing the post URN to track content sharing and engagement metrics across the platform.

Instructions

Get LinkedIn reposts for a post by URN

Input Schema

NameRequiredDescriptionDefault
countYesMax reposts to return
timeoutNoTimeout in seconds
urnYesPost URN, only activity urn type is allowed (example: activity:7234173400267538433)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 50, "description": "Max reposts to return", "type": "number" }, "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