Weekly artist briefings, Instagram post retrieval, and AI-powered visual content analysis.
Groups 18 and 20 provide proactive intelligence and real-time social media analysis capabilities. These tools help your agent stay on top of an artist's momentum without manual monitoring.
get_artist_briefingDescription: Generates a proactive weekly summary for any artist — the kind of report a manager would prepare before a strategy meeting. Includes momentum analysis, new editorial playlist placements, audience growth highlights, and actionable insights.
What it returns:
Input Schema:
{\n "uuid": "artist-uuid-here"\n}get_instagram_postsDescription: Retrieves real-time Instagram posts from an artist's public profile. Returns raw video/image URLs, captions, and engagement metrics (likes, comments). Essential for understanding what content is resonating with fans.
Input Schema:
{\n "instagram_url": "https://instagram.com/artistname",\n "limit": 5\n}analyze_instagram_mediaDescription: Uses AI vision to analyze individual Instagram posts or videos. Goes beyond engagement metrics to understand the visual content itself: aesthetics, clothing style, setting, color grading, and production quality. For videos, also analyzes the audio track.
What it analyzes:
Input Schema:
{\n "video_url": "https://...",\n "caption": "New single out now!",\n "likes": 15420,\n "comments_count": 342\n}Use one of video_url or image_url, along with the engagement context.