Skip to main content
Glama

Linkd MCP Server

by automcp-app

initiate_deep_research

Launch a detailed research process combining multiple search variations and optional email enrichment on LinkedIn data. Set parameters like query, result limit, and acceptance threshold for precise outcomes.

Instructions

Initiate a deep research job that combines multiple search variations with optional email enrichment. Each result costs 1 credit.

Input Schema

NameRequiredDescriptionDefault
acceptance_thresholdNoAcceptance score threshold (0-100) for a match (default: 60)
enrich_emailsNoWhether to enrich results with contact information (default: true)
limitNoMaximum number of results to return (default: 30, max: 100)
queryYesThe search query to research
schoolNoFilter results by school names

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acceptance_threshold": { "default": 60, "description": "Acceptance score threshold (0-100) for a match (default: 60)", "maximum": 100, "minimum": 0, "type": "number" }, "enrich_emails": { "default": true, "description": "Whether to enrich results with contact information (default: true)", "type": "boolean" }, "limit": { "default": 30, "description": "Maximum number of results to return (default: 30, max: 100)", "maximum": 100, "type": "number" }, "query": { "description": "The search query to research", "type": "string" }, "school": { "description": "Filter results by school names", "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