Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_system_status

Read-onlyIdempotent

Check LinkedIn MCP server health: view config, browser state, cache stats, rate-limit quota, local storage. Diagnose slowness, refusals, or confirm DRY_RUN before writes.

Instructions

Report server health: configuration in effect, browser state, cache statistics, rate-limit quota consumption and local storage counts. Use this to diagnose slowness, unexpected refusals, or to confirm whether DRY_RUN is active before performing writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds useful behavioral context by detailing what data is reported (cache, rate-limit quota, local storage) and how DRY_RUN status is surfaced, which goes beyond the structured annotations.

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 concise sentences: the first states the tool's purpose with specific output categories, the second provides concrete usage guidance. Every word adds value, with no redundancy or filler.

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?

For a zero-parameter, read-only diagnostic tool, the description is fully sufficient. It covers what the tool does, what metrics are included, and when to use it, without needing to explain return values (since there is no output schema) or input complexity.

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

Parameters4/5

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

The input schema has zero parameters, so there is no parameter-specific information needed. The baseline for 0-parameter tools is 4, and the description appropriately focuses on the tool's output and purpose rather than inputs.

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 'Report' and explicitly enumerates the categories of server health information (configuration, browser state, cache stats, rate-limit quota, local storage counts). This clearly distinguishes it from related tools like auth_status or get_settings by focusing on diagnostic server health metrics.

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 gives clear usage context: diagnose slowness, unexpected refusals, or confirm DRY_RUN before writes. It does not explicitly name alternatives or provide exclusions, but the intended use cases are well-defined and actionable.

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