Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

analyze_comment_intents

Extract user intents and actionable insights from YouTube comments to understand audience feedback, questions, and engagement patterns on specific videos.

Instructions

Analyze YouTube comments to extract user intents and actionable insights

Input Schema

NameRequiredDescriptionDefault
intentCategoriesNoCustom intent categories to focus on (optional)
maxCommentsNoMaximum number of comments to analyze
videoIdYesYouTube video ID to analyze comments from

Input Schema (JSON Schema)

{ "properties": { "intentCategories": { "description": "Custom intent categories to focus on (optional)", "items": { "type": "string" }, "type": "array" }, "maxComments": { "default": 100, "description": "Maximum number of comments to analyze", "maximum": 200, "minimum": 10, "type": "number" }, "videoId": { "description": "YouTube video ID to analyze comments from", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

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/efikuta/youtube-knowledge-mcp'

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