Skip to main content
Glama

Linkd MCP Server

by automcp-app

search_for_users

Locate users on LinkedIn using specific criteria such as query, school, and match score threshold. Retrieve relevant profiles within defined limits.

Instructions

Search for users on Linkd using filters like query, school, and match threshold.

Input Schema

NameRequiredDescriptionDefault
acceptance_thresholdNoMatch score threshold between 0 and 100
limitNoMaximum number of results to return (1–30)
queryYesThe search query, e.g., 'People working on AI at FAANG'
schoolNoFilter by school name(s), e.g., ['Stanford', 'MIT']

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acceptance_threshold": { "default": 60, "description": "Match score threshold between 0 and 100", "maximum": 100, "minimum": 0, "type": "number" }, "limit": { "default": 10, "description": "Maximum number of results to return (1–30)", "maximum": 30, "minimum": 1, "type": "number" }, "query": { "description": "The search query, e.g., 'People working on AI at FAANG'", "type": "string" }, "school": { "description": "Filter by school name(s), e.g., ['Stanford', 'MIT']", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Linkd MCP Server

Related Tools

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/automcp-app/linkd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server