Skip to main content
Glama

Bookstore MCP Server

by hongfanmeng

restock_book

Add stock to a book by specifying the book ID and quantity to increase inventory levels in the bookstore management system.

Instructions

Add stock to a book.

Input Schema

NameRequiredDescriptionDefault
book_idYes
quantityYes

Input Schema (JSON Schema)

{ "properties": { "book_id": { "title": "Book Id", "type": "integer" }, "quantity": { "title": "Quantity", "type": "integer" } }, "required": [ "book_id", "quantity" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongfanmeng/bookstore-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server