Skip to main content
Glama

HDW MCP Server

get_linkedin_profile

Retrieve detailed LinkedIn profile data including work experience, education history, and professional skills by providing a user alias, URL, or URN.

Instructions

Get detailed information about a LinkedIn user profile

Input Schema

NameRequiredDescriptionDefault
userYesUser alias, URL, or URN
with_educationNoInclude education info
with_experienceNoInclude experience info
with_skillsNoInclude skills info

Input Schema (JSON Schema)

{ "properties": { "user": { "description": "User alias, URL, or URN", "type": "string" }, "with_education": { "default": true, "description": "Include education info", "type": "boolean" }, "with_experience": { "default": true, "description": "Include experience info", "type": "boolean" }, "with_skills": { "default": true, "description": "Include skills info", "type": "boolean" } }, "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