Skip to main content
Glama
EgiStr

linkedin-mcp

by EgiStr

Search LinkedIn People (Not Available)

linkedin_search_people
Read-onlyIdempotent

Search for LinkedIn members by keywords such as name, title, or company to identify relevant professionals for recruitment, sales, or networking.

Instructions

Search for LinkedIn members by keywords.

⚠️ NOTE: This tool is NOT available with standard OAuth apps. People search requires LinkedIn Sales Navigator API or a third-party provider.

This tool returns a clear error message explaining the limitation.

Args:

  • keywords (string, required): Search keywords (name, title, company, etc.)

  • start (number): Start index for pagination (default: 0)

  • count (number): Number of results (max 50, default: 10)

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of results to return (max 50)
startNoStart index for pagination
keywordsYesKeywords to search for (name, title, company, etc.)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnly and idempotent annotations, the description discloses a critical behavioral trait: it returns a clear error message explaining the limitation under standard OAuth. This prevents an agent from expecting real results and is a valuable addition.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The warning is front-loaded and the error behavior is stated clearly in a few sentences. The Args list is redundant with the schema but does not make the description unnecessarily long or unclear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool whose observable behavior is to fail with a clear error, the description is complete: it explains availability constraints, required prerequisites, and expected error behavior. No output schema is needed because the tool does not return real search results under normal circumstances.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are already fully documented in the schema. The description's Args block largely repeats that information without adding semantic detail beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as searching LinkedIn members by keywords, and immediately flags that it is not available with standard OAuth. The title also reinforces this limitation. This is a specific verb and resource, unambiguously differentiated from reading profiles or posts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly warns that the tool is NOT available with standard OAuth and explains that Sales Navigator API or a third-party provider is required. It gives clear when-not-to-use guidance, though it does not point to a specific sibling tool as an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/EgiStr/linkedin-mcp'

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