get_account_slots
Retrieve custom metadata (slots) from a GnuCash account by account reference and optional key. Returns all slots if no key is specified, enabling access to APR, credit limits, or reward rates.
Instructions
Read slots (custom metadata) from an account.
Slots are key-value pairs stored on accounts for metadata like APR, credit limit, reward rates, or any custom data.
Args: account: Account ref: full path (e.g., "Liabilities:Credit Cards:Capital One"), %short GUID, or full 32-char GUID. key: Specific slot key to retrieve. If omitted, returns all slots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| account | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |