Skip to main content
Glama
N-Graves

linkedin-mcp-server

by N-Graves

linkedin_call

Directly call any LinkedIn API endpoint with custom path, method, query, and body. Reach parts of the API not covered by higher-level tools.

Instructions

Call any LinkedIn endpoint directly. LinkedIn publishes no machine-readable spec, so this server does not claim a complete catalogue — this is how you reach the rest of the API. Paths are relative to https://api.linkedin.com. A /rest/ path automatically gets the version and protocol headers.

⚠️ Comments are NOT reachable, whatever scopes you hold. See the README.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYese.g. /rest/posts or /v2/userinfo
queryNo
methodNoGET

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Discloses automatic header injection for /rest/ paths and a hard limitation on Comments, but with no annotations it leaves other behaviors (auth failures, error format, side effects of POST/PUT/DELETE) undocumented.

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

Conciseness5/5

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

Compact and focused: two short paragraphs plus a warning. No filler or redundant explanation.

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

Completeness3/5

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

Provides essential context for a generic endpoint tool, including base URL and a negative scope, but lacks examples, response format, or error handling guidance that would make it fully self-contained.

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

Parameters2/5

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

Only the path parameter receives meaningful description (relative URLs and /rest/ header behavior); body and query are left generic, and method relies on its enum. Schema coverage is only 25%, and the description does not compensate for the remaining parameters.

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?

Clearly states it calls any LinkedIn endpoint directly, positioning it as a catch-all beyond specialized siblings. The phrase 'rest of the API' distinguishes it from the listed specific tools.

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?

Explains when to use it (to reach endpoints not covered by the catalog) and explicitly warns that Comments are not reachable. Could be more explicit about preferring sibling tools when they match, but the context makes the intended use clear.

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/N-Graves/linkedin-mcp-server'

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