deputy_whoami
Verify your Deputy connection and confirm which identity the token uses, with company, timezone, clocked-in status, and calendar feed. Run first to validate setup before other tools.
Instructions
Verify the Deputy connection and confirm which identity the token uses.
Returns who the API token authenticates as, the company/location and its timezone, whether that user is clocked in right now (from their in-progress timesheet), and their personal iCal calendar subscription URL when the install exposes one. Run this first to confirm setup before other tools.
When NOT to use: to read schedules or people (use deputy_get_my_roster or deputy_get_employee_info) — this only checks the connection and identity.
Returns markdown (a connection summary: signed-in name, company, timezone, whether
clocked in, and the calendar feed) or, with response_format="json", an object
{"whoami", "company", "timezone", "company_name", "clocked_in", "calendar_url"}
where clocked_in is a bool and calendar_url is a string or null. In iCal
mode there is no API identity, so this reports mode=iCal and that only your roster
is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (raw records). | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |