Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_get_conversation_history

Read-onlyIdempotent

Fetch the full message history of a LinkedIn conversation, from oldest to newest, to gain context before replying.

Instructions

Read the full message history of one conversation, oldest to newest. Use this to get context before composing a reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many messages to read. Defaults to 50.
conversationYesConversation id, URN, or a full /messaging/thread/… URL, as returned by linkedin_get_conversations.
Behavior3/5

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

Annotations already mark the tool as readOnlyHint=true and destructiveHint=false, so the safety profile is well covered. The description adds useful ordering and scope detail ('oldest to newest', 'full message history'), but it does not disclose behavior like pagination, rate limits, or response structure beyond what annotations and schema imply.

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, front-loaded with the core action ('Read the full message history...') followed by a direct use-case instruction. Every word earns its place with zero redundancy.

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?

This simple read operation has minimal parameters, rich schema, and strong annotations. The description fully explains its purpose and usage context, making it complete for its scope without needing to detail return values or complex behavior.

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 coverage is 100% with detailed descriptions for both parameters (conversation accepts ID, URN, or URL; limit has range and default). The tool description adds no extra semantic value for parameters, matching the baseline of 3 since schema carries the burden.

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 states the tool reads 'the full message history of one conversation, oldest to newest.' The verb 'read' and resource 'message history' are specific, and the phrase 'one conversation' differentiates it from sibling tools like linkedin_get_conversations (which lists conversations) or reply/send 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?

'Use this to get context before composing a reply' provides clear, actionable context for when to invoke the tool. It implies a specific workflow but doesn't explicitly exclude other uses or mention alternatives like linkedin_search_conversations, so it stops short of a 5.

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