get_account
Get a single GnuCash account's full details: type, commodity, description, placeholder flag, GUID, and hierarchy position. Read-only.
Instructions
Get details for one account: type, commodity, description, placeholder flag, GUID, and hierarchy position.
Read-only. Returns {"error": "Account not found: ..."}
when the ref matches nothing — nothing raises. Use
list_accounts to discover refs in bulk, get_balance when you
only need a number, get_account_slots for custom metadata
(APR, credit_limit, ...).
Args: name: Account ref: full path (e.g. 'Assets:Bank:Checking'), %short GUID, or full 32-char GUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |