Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_auth_reload

Reload cookies from a file or environment and re-validate the session after exporting fresh cookies, recovering from expired sessions without restarting the server.

Instructions

Reload cookies from the configured source (file or environment) and re-validate the session. Use this after the user has exported a fresh cookie file to recover from an expired session without restarting the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cookieFileNoPath to a cookie JSON file to load instead of the configured source.
restartBrowserNoAlso restart the browser so it picks up the new cookies. Defaults to true.
Behavior4/5

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

Annotations indicate this is a non-read-only, non-idempotent operation. The description adds useful behavioral context: it reloads cookies from a file/env source, re-validates the session, and serves as an alternative to server restart. It does not fully disclose failure modes, but the annotations cover the basic safety profile.

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 action, and every sentence contributes value: first defines what it does, second specifies the recommended usage scenario. 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?

Given the moderate complexity, the description adequately covers purpose, usage context, and the role of parameters. It lacks explicit mention of return values or failure behavior, but no output schema exists and the annotations provide safety context.

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 well-described parameters. The description does not add additional parameter details beyond what the schema already provides, so the baseline of 3 is appropriate.

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 a specific verb+resource ('Reload cookies') and clearly states the action of re-validating the session. It distinguishes from sibling auth tools by referencing the 'configured source (file or environment)' and the recovery-from-expired-session use case.

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?

Provides explicit when-to-use guidance: 'Use this after the user has exported a fresh cookie file to recover from an expired session without restarting the server.' It does not explicitly mention alternatives, but the context of sibling tools like import_cookies is implied by the phrase 'configured source'.

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