Skip to main content
Glama
bhaktatejas922

unipile-linkedin-mcp

start_chat

Initiate a direct message conversation with your LinkedIn connections by specifying attendee IDs and the first message.

Instructions

Start a new conversation with one or more LinkedIn users.

Use this to initiate messaging with 1st degree connections. For non-connections (2nd/3rd degree), use send_inmail instead.

Args: attendees_ids: List of LinkedIn provider IDs to message text: The initial message content

Returns: New chat details including chat_id for follow-up messages

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attendees_idsYes
textYes
Behavior3/5

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

No annotations provided, so description must disclose behavior. It mentions return of chat_id, but lacks details on authentication, rate limits, or side effects (e.g., immediate message delivery). Adequate but could be more thorough.

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?

Very concise: purpose, usage, args, returns in few sentences. No redundant information, easy to scan.

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?

Covers all essential aspects for a 2-param tool: purpose, usage guidelines, parameter explanations, return value. Lacks error conditions or validation but sufficient for typical use.

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?

Schema coverage is 0%, so description adds meaning: attendees_ids as 'LinkedIn provider IDs' and text as 'initial message content'. Clear but could specify ID format or constraints.

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?

Description explicitly states the tool starts a new conversation with LinkedIn users, specifically 1st degree connections. It clearly distinguishes from sibling tool send_inmail for non-connections.

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

Usage Guidelines5/5

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

Provides explicit guidance: use for 1st degree connections, for 2nd/3rd degree use send_inmail instead. This directly helps agent decide when to invoke.

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/bhaktatejas922/unipile-linkedin-mcp'

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