Calendar Sub-Agent for MCP-Based Workflows
Reusable calendar-focused sub-agent that executes event-related actions when invoked by other workflows.
This workflow implements a dedicated calendar sub-agent designed to be executed by other workflows rather than directly by end users. It acts as a focused execution unit for calendar-related operations.
When triggered externally, the agent receives structured input and determines which calendar action to perform. Supported operations include retrieving events, creating new events (with or without attendees), updating existing entries, and deleting events. The agent uses a chat model for interpreting the request and mapping it to the appropriate calendar operation.
All calendar interactions are handled through explicit tool calls, keeping the agent’s responsibilities limited to intent interpretation and action selection. A simple success path signals completion back to the calling workflow.
The sub-agent is structured to be composable and reusable, allowing higher-level agents or orchestration workflows to delegate calendar logic without embedding calendar-specific handling themselves.

You must be logged in to post a comment.