schedule_meeting
Schedule a meeting for an employee by specifying the employee ID, meeting date-time in ISO format, and topic. Confirmation is returned.
Instructions
Schedule a meeting for an employee.
:param emp_id: Employee ID (e.g. 'E004')
:param meeting_dt: Scheduled Date and Time in ISO format (e.g. '2026-08-15T10:00:00')
:param topic: Meeting subject or topic
:return: Confirmation string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| emp_id | Yes | ||
| meeting_dt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |