get_books_in_stock
Retrieve all books currently available in the bookstore inventory that are in stock and ready for purchase.
Instructions
Get books with count > 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}