get-book
Retrieve detailed information about a specific book by providing its unique ID, using the NeoDB MCP Server for seamless integration with a social book cataloging service.
Instructions
Get detailed information about a specific book
Input Schema
Name | Required | Description | Default |
---|---|---|---|
book_id | Yes | The ID of the book to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"book_id": {
"description": "The ID of the book to retrieve",
"type": "string"
}
},
"required": [
"book_id"
],
"type": "object"
}