create_book
Initialize a new, empty cloud book for Beancount accounting. Creates a git-backed ledger with your chosen name and currency, ready for transactions.
Instructions
Initialise a new, empty cloud book (git-backed Beancount ledger).
Safe to call once per book; errors if a book already exists at the location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | My Books | |
| currency | No | USD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |