Skip to main content
Glama

HDW MCP Server

get_linkedin_user_posts

Retrieve LinkedIn posts for specific users using their URN identifier to access and analyze professional content and updates.

Instructions

Get LinkedIn posts for a user by URN (must include prefix, example: fsd_profile:ACoAAEWn01QBWENVMWqyM3BHfa1A-xsvxjdaXsY)

Input Schema

NameRequiredDescriptionDefault
countNoMax posts
timeoutNoTimeout in seconds
urnYesUser URN (must include prefix, example: fsd_profile:ACoAA...)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Max posts", "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