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.
Lexi’s search_inventory tool supports a wide range of filters. You don’t need to know the filter names — just ask naturally and Lexi will pick the right ones.
Text search
| What you say | What happens |
|---|
| ”Show me books by Hemingway” | Searches title, author, and publisher |
| ”Do I have anything from Scribner’s?” | Matches publisher name |
| ”Find my copy of Moby Dick” | Title search |
Status & condition
| What you say | Filter used |
|---|
| ”Show me all listed books” | status: "listed" |
| ”Books still in acquired status” | status: "acquired" |
| ”Everything in fair or poor condition” | condition_grade: "fair" |
| ”Books triaged as bulk dispose” | triage_recommendation: "bulk_dispose" |
Value & price
| What you say | Filter used |
|---|
| ”Books worth more than $50” | value_min: 50 (estimated value) |
| “Books priced under $20” | price_max: 20 (listing price) |
| “Most valuable books” | sort_by: "value", limit: 5 |
| ”Top 10 highest-margin sales” | sort_by: "net_profit", status: "sold", limit: 10 |
Date & age
| What you say | Filter used |
|---|
| ”Books published before 1850” | published_before: "1850" |
| ”Anything from the 20th century” | published_after: "1899", published_before: "2000" |
| ”Books I acquired more than 90 days ago” | acquired_days_ago_min: 90 |
| ”Stale listings — listed more than 30 days” | listed_days_ago_min: 30 |
Edition & features
| What you say | Filter used |
|---|
| ”First editions” | is_first_edition: true |
| ”Signed copies” | signed: true |
| ”Books with inscriptions” | has_inscriptions: true |
| ”Leather-bound books” | binding_type: "leather" |
| What you say | Filter used |
|---|
| ”Poetry collections” | genre: "poetry" |
| ”Children’s books” | genre: "children" |
| ”Hardcover only” | format: "hardcover" |
| ”Books in French” | language: "French" |
Photos & listings
| What you say | Filter used |
|---|
| ”Books without photos” | has_photos: false |
| ”Books with photos” | has_photos: true |
| ”Not listed on eBay” | not_listed_on: "ebay" |
| ”Listed on AbeBooks” | listed_on: "abebooks" |
Sorting
| What you say | Sort used |
|---|
| ”Sort by value, highest first” | sort_by: "value", sort_order: "desc" |
| ”Oldest published first” | sort_by: "publication_date", sort_order: "asc" |
| ”Longest books by page count” | sort_by: "page_count", sort_order: "desc" |
| ”Tallest books” | sort_by: "height", sort_order: "desc" |
| ”Most recently added” | sort_by: "created_at", sort_order: "desc" |
Combining filters
You can combine any filters naturally:
- “Show me first edition hardcovers worth more than $100”
- “Poetry books published before 1900 in fair condition”
- “Books from the March estate sale that aren’t listed yet”
- “Signed copies without photos — I need to photograph them this weekend”