Skip to main content
Glama

LinkedIn Post Generator

youtube_to_linkedin_post

Convert YouTube videos into LinkedIn posts by generating editable content drafts based on video transcripts. Customize tone, audience, and summary style to align with your professional profile.

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" }

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