Back to skills

Chain multiple MCP tools in sequence

User requests a sequence of actions across multiple MCP integrations in one turn (e.g., calendar → email → Slack → Notion). Chain them sequentially using dependsOn in the order implied by the user.

Tool chain

  1. 1

    calendar

    First step: fetch calendar data / attendees.

  2. 2

    emailSend

    Second step: email attendees using data from calendar.

    Depends on: calendar

  3. 3

    mcp

    Third step: notify on Slack using meeting details from calendar.

    Depends on: calendar, emailSend

Execution plan

Output format
widget-rich
Can replan
Yes

Linked capabilities

calendaremailSendmcp