Skip to main content
Glama
nick-choudhary

linkedin-sales-nav-mcp

Reconcile Ambiguous Sends

reconcile_outreach
Idempotent

Check LinkedIn conversations to resolve outreach messages stuck in 'sending', marking each as sent or failed so follow-ups are neither duplicated nor delayed.

Instructions

Settle sends stuck in sending by checking LinkedIn itself.

A sending row means the Send click happened but the outcome was never recorded — a crash, a killed browser, a disconnect. The message either went out or it did not, and only LinkedIn knows. This opens each lead's conversation, looks for our own message text, and resolves the row to sent or failed.

Sends nothing. Until reconciled, an ambiguous lead is treated as already-contacted, so the uncertainty can never produce a duplicate — it can only delay a legitimate follow-up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax ambiguous rows to check in this call (1-100).
campaignNoRestrict to one campaign. Omit for all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining that the tool opens conversations, searches for message text, resolves rows to `sent` or `failed`, and explicitly says 'Sends nothing.' It also discloses the effect on duplicate prevention. This adds substantial context beyond idempotentHint and readOnlyHint.

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 front-loaded with the core purpose, then gives essential background, then clarifies safety and semantics. Every sentence adds value; there is no filler or repetition.

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?

Given the output schema exists and the two parameters are fully documented, the description covers all necessary behavioral context: the state transition, the ambiguity scenario, the no-send guarantee, and the duplicate-protection implication. Nothing critical is missing.

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%, so both `limit` and `campaign` are already fully documented. The tool description provides useful background but no additional parameter-level semantics. This matches the baseline for fully covered schemas.

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 first sentence uses a specific verb and resource: 'Settle sends stuck in `sending` by checking LinkedIn itself.' It clearly identifies the outcome: resolving rows to `sent` or `failed`. This distinguishes it from sending tools like send_message and status tools like outreach_status.

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 a clear trigger scenario: a `sending` row means the Send click happened but the outcome was never recorded. It also explains the follow-up/deduplication rationale. However, it does not explicitly name alternatives or state when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nick-choudhary/linkedin-sales-nav-mcp'

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