Skip to main content
Permission: Read · Workspace: not required (global) Returns the authenticated Goody user’s identity plus the server’s current time. The first tool to call in a session to confirm which account is connected, and the anchor for any relative dates.

Parameters

This tool takes no arguments.

Returns

id
string
The Goody user’s UUID.
email
string
The account’s email address.
first_name
string | null
Given name, if set.
last_name
string | null
Family name, if set.
server_time
string
The server’s authoritative “now”, as an ISO 8601 UTC timestamp.
Scheduled-send dates are anchored to server_time — not the assistant’s own clock. A scheduled date must be in the future and at most 3 months out.

Example

"Which Goody account am I connected to?"
Call goody_workspaces_list next to discover the workspaces this account can gift from.