Documentation Index
Fetch the complete documentation index at: https://docs.lumilexicon.com/llms.txt
Use this file to discover all available pages before exploring further.
Every write tool shows a confirmation card before executing. Nothing changes without your approval.
update_book_fields
Update fields on one or more inventory items.
| Parameter | Type | Description |
|---|
inventory_id | string | Single item UUID |
inventory_ids | string[] | Multiple item UUIDs (batch mode) |
updates | object | Key-value pairs of fields to change |
See the Field Reference for all updatable fields.
create_lot
Create a new acquisition lot.
| Parameter | Type | Required |
|---|
name | string | Yes |
source_type | enum | Yes (estate_sale, garage_sale, auction, thrift_store, bookstore, online, private_sale, other) |
total_cost | number | Yes |
location | string | No |
date_acquired | string | No (defaults to today) |
book_count | integer | No |
notes | string | No |
log_bulk_sale
Record selling multiple books to one buyer.
| Parameter | Type | Required |
|---|
inventory_ids | string[] | Yes |
total_price | number | Yes |
buyer_name | string | No |
platform | string | No (defaults to “other”) |
Price is divided proportionally by estimated value across all items.
run_valuation
Trigger comp search + AI pricing for one book.
| Parameter | Type | Required |
|---|
inventory_id | string | Yes |
correction | string | No — additional context for the valuation agent |
generate_listing
Generate platform-specific listing text.
| Parameter | Type | Required |
|---|
inventory_id | string | Yes |
platform | enum | Yes (ebay, amazon, etsy, abebooks) |
Generate blurb, genre, subjects, and rich metadata.
| Parameter | Type | Required |
|---|
inventory_id | string | Yes |