Social Neuron MCP Tools API
string · enum · requiredstring · requiredstring · requiredstringnumberstring · enum
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.
Fetch YouTube channel analytics. › Request Body
actionType of analytics to fetch: "channel" for overview, "daily" for day-by-day, ' + '"video" for a specific video, "topVideos" for best performers.
Enum values:
channel
daily
video
topVideos
start_dateStart date in YYYY-MM-DD format.
end_dateEnd date in YYYY-MM-DD format.
video_idYouTube video ID. Required when action is "video".
max_resultsMax videos to return for "topVideos" action. Defaults to 10.
response_formatOptional response format. Defaults to text.
Enum values:
text
json
Fetch YouTube channel analytics. › Responses
Successful tool execution.
object[]