{
"meta": {
"task_id": "send-new-hire-welcome-package",
"display_name": "Send new hire welcome package",
"category": "onboarding",
"difficulty": "easy"
},
"task": "A new employee is starting next week and needs welcome materials. Review their start date and role in HRIS, coordinate with their manager via chat about welcome package contents, communicate with the new hire via chat with first-day information...",
"tool_servers": [
{ "name": "hrms", "tool_server_url": "http://<hrms-server>:<port>" },
{ "name": "calendar", "tool_server_url": "http://<calendar-server>:<port>" }
],
"seed_emails": [
{
"from_profile_id": "marcus_johnson",
"to_addr": "hr@company.com",
"subject": "New Hire Starting - Welcome Package Request",
"body_text": "Hi team, we have a new hire starting next week..."
}
],
"seed_calendar_events": [
{
"account": "marcus_johnson",
"calendar_id": "default",
"summary": "Department Meeting",
"start": "2026-01-22T09:00:00Z",
"end": "2026-01-22T10:00:00Z"
}
]
}