Skip to main content
Glama
prakharagarwal-dev

LinkedIn MCP Server

Ignore Prepared LinkedIn Connection Request

linkedin.invitations.ignore.execute
DestructiveIdempotent

Dismiss one pending LinkedIn connection request by executing the approved invitation-ignore action after verifying payload and request controls.

Instructions

Account-changing action. Invoke only when the MCP client's configured approval policy authorizes this exact execute tool. Interactive confirmation is the safe default; an explicit durable per-tool approval may authorize unattended execution. Ignore exactly one immutable incoming-request draft after the server verifies the preview, payload hash, draft expiry, idempotency, exact profile identity, and current request controls; then verify those controls are absent on a fresh exact-profile read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_idYesImmutable action ID returned by the matching prepare tool.
context_idYes
request_idYes
payload_hashYesExact payload hash returned by the matching prepare tool.
idempotency_keyYes
approval_previewYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
statusNocompleted
sourcesYes
replayedNo
context_idYes
request_idYes
Behavior5/5

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

Adds substantial behavioral context beyond annotations: discloses it changes the account, requires approval confirmation, verifies preview/payload hash/expiry/idempotency/profile identity/request controls, and performs a fresh read to confirm controls absent. No contradiction with destructiveHint/idempotentHint.

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?

Single dense paragraph leads with the critical 'Account-changing action' warning, then approval conditions, then the exact behavior and post-verification. Every sentence adds necessary safety or operational detail with no fluff.

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 destructive execute tool with output schema available, the description covers authorization, operational steps, verification checks, and post-action confirmation. It is complete enough for an agent to select and invoke it properly.

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 only 33% (descriptions for action_id and payload_hash). The description refers to the preview, payload hash, and idempotency checks, giving some meaning, but does not explain context_id, request_id, approval_preview structure, or idempotency_key semantics. Partial compensation for low coverage.

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 identifies the action ('Ignore exactly one immutable incoming-request draft'), names the resource (prepared LinkedIn connection request), and distinguishes it from sibling execute tools like accept/send by specifying the ignore operation. The phrase 'after the server verifies' ties it to the prepare step.

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?

States an explicit precondition: invoke only when the configured approval policy authorizes this exact execute tool, with interactive confirmation as the safe default. It implies this is the execution step after prepare (references preview/payload hash) but doesn't name alternatives or exclusion conditions, so not a full 5.

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/prakharagarwal-dev/linkedin-mcp-server'

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