Skip to main content
Glama
southleft

LinkedIn Intelligence MCP Server

by southleft

create_video_post

Create LinkedIn posts with video content using the official API. Upload local video files or URLs to share video posts with text, titles, and visibility settings.

Instructions

Create a LinkedIn post with a video using the Official API.

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

LinkedIn supports video uploads up to 10 minutes for most users. Supported formats: MP4 (recommended), MOV Maximum file size: 200MB Recommended specs: 1080p, H.264 codec, AAC audio, 30fps

Args: text: Post text content (max 3000 characters) video_path: Video source - can be: - Absolute path to local file (MP4, MOV) - URL to video (http:// or https://) title: Optional title for the video visibility: Post visibility - PUBLIC or CONNECTIONS

Returns the created post details including post URN and video URN. Note: Video may take a few minutes to process before appearing in the feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
video_pathYes
titleNo
visibilityNoPUBLIC

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing important behavioral traits: the requirement for specific product enablement, video processing time ('may take a few minutes'), and the return format ('post details including post URN and video URN'). It doesn't mention rate limits or authentication details, but covers most critical operational aspects.

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 clear sections: purpose, prerequisites, technical specifications, parameters, and returns. Every sentence adds value with no redundancy. The bullet-point formatting for video specs and parameter explanations enhances readability without wasting space.

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 tool's complexity (video upload with specific requirements), no annotations, and the presence of an output schema, the description provides comprehensive context. It covers prerequisites, technical constraints, parameter semantics, return values, and processing behavior, making it complete enough for effective use despite the structured data gaps.

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 compensates fully by explaining all 4 parameters: text (max 3000 characters), video_path (local file or URL options with format details), title (optional), and visibility (PUBLIC or CONNECTIONS with default). It provides meaningful context beyond basic schema types, including constraints and options.

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 post with a video') and distinguishes it from sibling tools like create_image_post, create_document_post, and create_post by specifying it's for video content. It uses precise language that identifies both the verb and resource.

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 by specifying it requires the 'Share on LinkedIn' product enabled and listing technical requirements (video duration, formats, size). However, it doesn't explicitly mention when NOT to use it or name specific alternatives among the sibling tools for non-video posts.

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