Skip to main content
Glama
southleft

LinkedIn Intelligence MCP Server

by southleft

create_poll

Create LinkedIn polls to gather insights from your network. Use this tool to post interactive polls with custom questions, options, and visibility settings directly through LinkedIn's API.

Instructions

Create a LinkedIn poll using the Official API.

Requires "Share on LinkedIn" product enabled in your LinkedIn Developer app.

Args: question: Poll question (also displayed as post text, max 140 characters) options: Comma-separated poll options (2-4 options, each max 140 characters) duration_days: Poll duration - 1, 3, 7, or 14 days (default: 7) visibility: Post visibility - PUBLIC or CONNECTIONS

Returns the created poll post details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYes
optionsYes
duration_daysNo
visibilityNoPUBLIC

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that this creates content via the LinkedIn API and mentions a product requirement, but doesn't cover important behavioral aspects like rate limits, authentication needs beyond the product requirement, error conditions, or whether the operation is idempotent. It does state what gets returned ('Returns the created poll post details').

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 efficiently structured with a clear purpose statement, prerequisite, parameter details in a readable format, and return information. Every sentence earns its place, and the information is front-loaded with the core functionality first.

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?

Given the tool has an output schema (true), the description doesn't need to detail return values. It covers the creation purpose, prerequisites, and parameter semantics well. However, as a mutation tool with no annotations, it could benefit from more behavioral context about permissions, side effects, or error handling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing detailed semantics for all 4 parameters: question (purpose, character limit, dual use as post text), options (format, count range, character limits), duration_days (allowed values, default), and visibility (allowed values). This adds substantial value beyond the bare 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 specific action ('Create a LinkedIn poll') and resource ('using the Official API'), distinguishing it from sibling tools like create_post, create_image_post, or create_document_post. It specifies this is for polls specifically, not general posts.

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 provides clear context about when to use this tool ('Create a LinkedIn poll') and includes an important prerequisite ('Requires "Share on LinkedIn" product enabled in your LinkedIn Developer app'). However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools.

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

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