Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_get_conversations

Read-onlyIdempotent

Triage your LinkedIn inbox by listing conversations with participants, last message, and unread status to prioritize replies.

Instructions

List message conversations with participants, the last message and unread status. Use this to triage the inbox before reading or replying to specific threads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefaults to 20.
unreadOnlyNoOnly return conversations with unread messages.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's a safe read. The description adds detail about what the list contains (participants, last message, unread status) but does not disclose pagination, rate limits, or other behavioral nuances.

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?

Two sentences: first states the action and key data points; second gives usage guidance. No redundant information.

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

Completeness4/5

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

For a read-only list tool with two optional parameters and no output schema, the description covers purpose, return content, and usage context. Lacks pagination details but sufficient for selecting and invoking.

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?

Both parameters (limit, unreadOnly) are fully described in the schema, so the description adds no additional parameter semantics. Baseline 3 applies due to high schema coverage.

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 uses the specific verb 'List' with the resource 'message conversations' and specifies return fields (participants, last message, unread status), clearly distinguishing it from siblings like linkedin_get_conversation_history and linkedin_search_conversations.

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?

Explicitly states 'Use this to triage the inbox before reading or replying to specific threads,' giving a clear when-to-use context. However, it does not explicitly name alternatives or exclusions.

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

Install Server

Other Tools

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

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