2. Task Scheduling & Industry Profiles

Future task scheduling for workflow automation, collaborator profiles, and publisher information.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    2 months ago
  • Task Scheduling & Automation

    Group 13 enables your AI agent to schedule future tasks and automate follow-ups — turning the MCP from a reactive assistant into a proactive workflow engine.


    Tool: schedule_future_task

    Description: Schedules a future task for the AI agent to execute at a specific date and time. The agent will receive the task prompt at the scheduled time and can take action — send emails, generate reports, follow up on pending items, or continue a multi-step workflow.

    Use Cases:

    • Release Follow-up: "In 2 weeks, check if the distribution was approved and notify me."
    • Data Refresh: "Every Monday morning, pull updated stats for all my artists."
    • Campaign Tracking: "In 3 days, check if any curators replied to our pitch campaign."
    • Milestone Monitoring: "Alert me when this artist hits 1M monthly listeners."

    Input Schema:

    {\n  "execute_at": "2026-08-01T09:00:00.000Z",\n  "prompt": "Check if the distribution for release XYZ was approved",\n  "target_agent": "music_business_agent",\n  "channel": "in-app",\n  "context_string": "Release ID: abc-123, Artist: My Artist",\n  "timezone": "America/Mexico_City"\n}

    All fields are required. The context_string should include all relevant IDs and information the agent will need when the task executes. The timezone ensures the task fires at the correct local time.




    Additional Tools


    Tool: get_collaborator_profile

    Description: Retrieves detailed profile information for a music collaborator (songwriter, producer, composer, lyricist). Includes roles, contact URLs, and external identifiers. Search by UUID, IPI code, or platform identifier.


    Tool: get_collaborator_identifiers

    Description: Returns external platform identifiers for a collaborator — useful for cross-referencing and data enrichment.


    Tool: get_publisher_profile

    Description: Retrieves a music publisher's detailed profile: name, IPI code, contact information, website, and physical address.


    Tool: get_publisher_identifiers

    Description: Returns platform-specific identifiers for a music publisher.