Skip to main content
Glama

Linkd MCP Server

by automcp-app

search_for_companies

Find companies on Linkd by applying filters such as search query, result limit, and match score threshold, ideal for targeted business research and analysis.

Instructions

Search for companies on Linkd using filters like query 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., 'Tech companies in California'

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., 'Tech companies in California'", "type": "string" } }, "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