List Weeek workspace members
weeek_list_membersDiscover every workspace member and their id, email, and name. Resolve a person's name or email to their member id for use in other Weeek operations.
Instructions
PRIMARY tool for member discovery: returns every member of the configured Weeek workspace ({id, email, firstName, lastName} per member). DISTINCT from weeek_get_me — that returns the caller; this returns every workspace participant. Member id is a string (unlike most Weeek resources). Use when an agent needs to resolve a name/email to a member id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | Yes | Workspace members visible to the configured Weeek account | |
| truncated | Yes | True if the response was clipped by the server's MAX_RESPONSE_CHARS gate. Re-issue with stricter filters or raise MAX_RESPONSE_CHARS in the server env to receive the full member list. |