get_all_books
Retrieve a complete list of all books available in the bookstore inventory for browsing or management purposes.
Instructions
Get all books.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}