tempo_get_account
Retrieve a single Tempo account by its numeric id to access account information for timesheet management.
Instructions
Retrieve a single Tempo account by its numeric id. Only update/delete address an account by key — to go from a key to an id, use tempo_search_accounts with keys: ["ACCOUNT-123"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric account id (not the account key) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. |