# account_overview

> Summarise the whole account in one call: who it is (name, email, company, country), how many services it holds and how many are suspended, the count and total of…

- Tier: R
- Required scope: read:account
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/account-overview

## Description

Summarise the whole account in one call: who it is (name, email, company, country), how many services it holds and how many are suspended, the count and total of unpaid invoices, the prepaid balance, and the services expiring soon. This is the orientation tool — from here, narrow with `list_services`, `list_invoices`, `get_service` or `get_balance`. Pass `response_format: detailed` for full service objects instead of the brief lists. It reads only this account; it cannot see another customer's data.

## Input schema

- `response_format` — enum. concise (default) returns counts and brief expiring/suspended lists; detailed returns full service objects. One of concise, detailed.

## Example call

```json
{
  "name": "account_overview",
  "arguments": {}
}
```

## Example conversation

**User:** Give me an overview.

**Assistant:** 7 services, 1 unpaid invoice of 149 kr, 0 kr balance, and a domain expiring in 12 days.

