Skip to main content
Glama

LinkedIn Post Generator

youtube_to_linkedin_post

Convert YouTube video content into professional LinkedIn posts by summarizing the transcript and tailoring the tone for your audience, complete with optional hashtags and calls to action.

Input Schema

NameRequiredDescriptionDefault
audienceNoTarget audiencegeneral
hashtagsNoRelevant hashtags (optional)
includeCallToActionNoWhether to include a call to action
summaryToneNoTone of the summaryprofessional
toneNoTone of the LinkedIn postfirst-person
youtubeUrlYesYouTube video URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audience": { "default": "general", "description": "Target audience", "enum": [ "general", "technical", "business", "academic" ], "type": "string" }, "hashtags": { "description": "Relevant hashtags (optional)", "items": { "type": "string" }, "type": "array" }, "includeCallToAction": { "default": true, "description": "Whether to include a call to action", "type": "boolean" }, "summaryTone": { "default": "professional", "description": "Tone of the summary", "enum": [ "educational", "inspirational", "professional", "conversational" ], "type": "string" }, "tone": { "default": "first-person", "description": "Tone of the LinkedIn post", "enum": [ "first-person", "third-person", "thought-leader" ], "type": "string" }, "youtubeUrl": { "description": "YouTube video URL", "format": "uri", "type": "string" } }, "required": [ "youtubeUrl" ], "type": "object" }

You must be authenticated.

Other Tools from LinkedIn Post Generator

Related Tools

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/NvkAnirudh/LinkedIn-Post-Generator'

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