tempo_search_accounts
Search Tempo accounts by ID, key, status, or global flag, and resolve an account key to the numeric ID required by tempo_get_account.
Instructions
Search Tempo accounts by id, key, status, or global flag. This is also how you resolve an account key to the numeric id that tempo_get_account needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by numeric account ids | |
| keys | No | Filter by account keys (e.g. ACCOUNT-123) | |
| 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. | |
| limit | No | Max results (default 50) | |
| global | No | Filter to global (or non-global) accounts | |
| offset | No | Pagination offset | |
| statuses | No | Filter by account status |