YouTube Analytics tools (scope: mcp:analytics, credits: ~0)
Fetch YouTube channel analytics.
POST
https://api.socialneuron.com
/v1/tools/fetch_youtube_analytics
Fetch YouTube channel analytics. Supports channel overview, daily breakdown, video-specific metrics, and top-performing videos. Requires a connected YouTube account.
Request Body
actionstring · enum · requiredType of analytics to fetch: "channel" for overview, "daily" for day-by-day, ' + '"video" for a specific video, "topVideos" for best performers.
Enum values:channeldailyvideotopVideosstart_datestring · requiredStart date in YYYY-MM-DD format.
end_datestring · requiredEnd date in YYYY-MM-DD format.
video_idstringYouTube video ID. Required when action is "video".
max_resultsnumberMax videos to return for "topVideos" action. Defaults to 10.
response_formatstring · enumOptional response format. Defaults to text.
Enum values:textjson
Responses
contentobject[]