Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_react_to_post

React to a LinkedIn post with like, celebrate, support, love, insightful, or funny reactions. Accepts post URN, numeric ID, or full URL.

Instructions

React to a post. Defaults to a Like; celebrate/support/love/insightful/funny are also available. Calling this on an already-liked post is a no-op rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postYesWhich post: a urn:li:activity:… URN, a bare numeric activity id, or a full linkedin.com/feed/update/… URL. All three are accepted.
reactionNoWhich reaction. Defaults to "like".
Behavior4/5

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

Beyond the annotations (read-only false, destructive false, idempotent false), the description adds a valuable behavioral detail: calling on an already-liked post is a no-op rather than an error. This is contextual information the annotations do not capture, though it does not disclose all potential side effects.

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?

The description is two sentences, front-loaded with the core action, and every phrase earns its place: what it does, the reaction options, the default, and the no-op behavior. No wasted words.

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 simple two-parameter mutation tool with rich schema descriptions and reasonable annotations, the description covers the essential context: purpose, options, default, and an edge-case behavior. It lacks explicit return-value information, but no output schema exists and this is often unnecessary for write operations.

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?

The schema already fully describes both parameters, including accepted post formats and the reaction enum with default 'like'. The description repeats the default and reaction list but adds no meaning beyond the schema; the no-op behavior is about the operation, not parameter semantics.

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 opens with a specific action, 'React to a post', and clearly distinguishes the resource and scope. It enumerates the available reactions and notes the default, making the tool's purpose unmistakable and differentiating it from siblings like linkedin_comment_on_post or linkedin_save_post.

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 provides clear context for when to use the tool: reacting to a post with a specified reaction type, defaulting to Like. It does not explicitly name alternatives or exclusions, but the action is straightforward and the no-op note clarifies a use case edge.

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