Skip to main content
Glama
VasquezRivero92

LinkedIn MCP Server

delete_linkedin_certification

Delete a certification from your LinkedIn profile using its ID. Remove outdated credentials to keep professional history accurate.

Instructions

Delete a certification from your LinkedIn profile

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certificationIdYesThe ID of the certification to delete
Behavior3/5

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

With no annotations, the description carries the behavioral burden and does clearly identify the destructive operation ('Delete'). It does not mention permanence, irreversibility, or any account-level side effects, so it is minimally transparent rather than richly contextual.

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, front-loaded sentence with no filler. It conveys the operation and target clearly and earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter delete tool, the description plus schema cover the necessary call details. The main gaps are behavioral context (permanence) and explicit alternative routing, preventing a higher completeness score.

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%: certificationId is already documented as 'The ID of the certification to delete.' The tool description adds no further meaning beyond this, so it meets the baseline but does not exceed it.

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 ('Delete') and resource ('a certification') and scopes it to the user's LinkedIn profile. This clearly distinguishes it from sibling delete tools for other resources and from add_linkedin_certification.

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 action and resource imply the tool's use: when a certification should be removed from LinkedIn. However, it does not explicitly contrast with add_linkedin_certification or state when not to use it, leaving the guidance implicit rather than explicit.

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/VasquezRivero92/MCP-Linkedin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server