Current Weeek user
weeek_get_meConfirm that your WEEEK_ACCESS_TOKEN works against the live Weeek API by returning the account's id, email, and name. Use as a one-shot token sanity check before running list or get tools.
Instructions
PRIMARY tool for confirming WEEEK_ACCESS_TOKEN works against the live API. Returns {id, email, name} for the Weeek account that owns the configured token. DISTINCT from ping (which never reaches the network) — a successful weeek_get_me proves both transport AND credentials. Use when an agent is about to run weeek_list_* / weeek_get_* and wants a one-shot token sanity-check first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Weeek user identifier | |
| name | Yes | Display name of the authenticated Weeek user | |
| Yes | Email address of the authenticated Weeek user |