Skip to main content
Glama

HDW MCP Server

get_linkedin_company_employees

Retrieve employee data from LinkedIn companies using search filters like keywords, first name, last name, and company identifiers to find specific professionals.

Instructions

Get employees of a LinkedIn company

Input Schema

NameRequiredDescriptionDefault
companiesYesCompany URNs (example: ['company:14064608'])
countYesMaximum number of results
first_nameNoSearch for exact first name
keywordsNoAny keyword for searching employees
last_nameNoSearch for exact last name
timeoutNoTimeout in seconds

Input Schema (JSON Schema)

{ "properties": { "companies": { "description": "Company URNs (example: ['company:14064608'])", "items": { "type": "string" }, "type": "array" }, "count": { "default": 10, "description": "Maximum number of results", "type": "number" }, "first_name": { "description": "Search for exact first name", "examples": [ "Bill" ], "type": "string" }, "keywords": { "description": "Any keyword for searching employees", "examples": [ "Alex" ], "type": "string" }, "last_name": { "description": "Search for exact last name", "examples": [ "Gates" ], "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" } }, "required": [ "companies", "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