Skip to main content
Glama

HDW MCP Server

search_linkedin_users

Find LinkedIn users by applying filters such as name, job title, company, location, industry, education, and keywords to identify relevant professionals.

Instructions

Search for LinkedIn users with various filters like keywords, name, title, company, location etc.

Input Schema

NameRequiredDescriptionDefault
company_keywordsNoExact word in the company name
countYesMaximum number of results (max 1000)
current_companyNoCompany URN or name
educationNoEducation URN or name
first_nameNoExact first name
industryNoIndustry URN or name
keywordsNoAny keyword for searching in the user page.
last_nameNoExact last name
locationNoLocation name or URN
past_companyNoPast company URN or name
school_keywordsNoExact word in the school name
timeoutNoTimeout in seconds (20-1500)
titleNoExact word in the title

Input Schema (JSON Schema)

{ "properties": { "company_keywords": { "description": "Exact word in the company name", "type": "string" }, "count": { "default": 10, "description": "Maximum number of results (max 1000)", "type": "number" }, "current_company": { "description": "Company URN or name", "type": "string" }, "education": { "description": "Education URN or name", "type": "string" }, "first_name": { "description": "Exact first name", "type": "string" }, "industry": { "description": "Industry URN or name", "type": "string" }, "keywords": { "description": "Any keyword for searching in the user page.", "type": "string" }, "last_name": { "description": "Exact last name", "type": "string" }, "location": { "description": "Location name or URN", "type": "string" }, "past_company": { "description": "Past company URN or name", "type": "string" }, "school_keywords": { "description": "Exact word in the school name", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds (20-1500)", "type": "number" }, "title": { "description": "Exact word in the title", "type": "string" } }, "required": [ "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