2. Artist Briefing & Instagram Intelligence

Weekly artist briefings, Instagram post retrieval, and AI-powered visual content analysis.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    2 months ago
  • Automated Artist Intelligence

    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.


    Tool: get_artist_briefing

    Description: 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:

    • Momentum Analysis: Overall trajectory — accelerating, stable, or declining.
    • Weekly Highlights: Key events from the past 7 days (new playlists, viral content, milestone achievements).
    • Editorial Placements: New playlist additions across major streaming platforms.
    • Suggested Actions: Concrete recommendations based on current data (e.g., "Pitch to X playlist", "Double down on Instagram Reels").

    Input Schema:

    {\n  "uuid": "artist-uuid-here"\n}



    Instagram Intelligence (Group 20)


    Tool: get_instagram_posts

    Description: 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}

    Tool: analyze_instagram_media

    Description: 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:

    • Visual Aesthetic: Color palette, composition, lighting, style.
    • Wardrobe & Appearance: Clothing style, branding consistency.
    • Setting & Context: Indoor/outdoor, event type, mood.
    • A&R Momentum Signals: Production quality trends, visual evolution over time.

    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.