Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_delete_notification

Destructive

Delete a specific LinkedIn notification by matching a unique substring of its text. Confirmation required for irreversible removal.

Instructions

Delete a single notification, matched by a distinctive substring of its text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchYesText fragment identifying the notification to delete.
confirmNoMust be true to execute this irreversible action. Ask the user before setting it.
Behavior4/5

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

Annotations already declare destructive and non-idempotent behavior. The description adds that the tool targets a single notification using substring matching, which is useful operational context. It doesn't restate consequences already indicated by 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?

A single sentence that front-loads the action and resource, with no extraneous words. Every word contributes meaning.

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 delete tool with robust annotations and schema, the description covers the core action and identification method. It omits edge-case behavior (e.g., no match or multiple matches) but is otherwise sufficient for selection and invocation.

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 description coverage is 100%, with both parameters clearly documented. The confirm parameter explicitly states it must be true and that the action is irreversible. The tool description adds no additional parameter detail beyond the schema.

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 action ('Delete') and the specific resource ('a single notification'), and adds the matching mechanism ('matched by a distinctive substring of its text'). This distinguishes it from sibling tools like get_notifications or mark_notifications_read.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (delete notifications by substring) but does not explicitly contrast with alternatives or mention prerequisite steps like retrieving notifications first. It lacks 'when to use vs. not use' guidance.

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