{
"scenario_id": "hr_recruiting",
"tasks": [
{
"task_id": "hr-102",
"name": "Schedule Initial Candidate Screening",
"version": "1.0",
"category": "recruiting",
"difficulty": "medium",
"description": "Schedule an initial screening call with the candidate...",
"tool_servers": [
{ "name": "email", "tool_server_url": "https://<environment-url>/email" },
{ "name": "calendar", "tool_server_url": "https://<environment-url>/calendar" }
],
"task_context": "The candidate applied for a Senior Engineer role...",
"rubric": {
"task_id": "hr-102",
"title": "Schedule Initial Candidate Screening",
"overview": "Verify the agent correctly schedules...",
"primary_requirements": ["Send calendar invite", "Notify recruiter"],
"success_criteria": ["Calendar event created with correct time"],
"scoring": [
{ "label": "Full Credit", "description": "All requirements met" },
{ "label": "Partial Credit", "description": "Calendar created but no notification" },
{ "label": "No Credit", "description": "Task not completed" }
]
},
"npc_profiles": [
{
"profile_id": "lisa-anderson",
"first_name": "Lisa",
"last_name": "Anderson",
"email": "lisa.anderson@techcorp.com",
"occupation": "VP of HR / CHRO"
}
]
}
]
}