Skip to main content
Glama

Bookstore MCP Server

by hongfanmeng

buy_book

Purchase books from the bookstore by specifying the book ID and desired quantity. This tool enables users to complete book transactions through the bookstore management system.

Instructions

Buy a book.

Input Schema

NameRequiredDescriptionDefault
book_idYes
quantityNo

Input Schema (JSON Schema)

{ "properties": { "book_id": { "title": "Book Id", "type": "integer" }, "quantity": { "default": 1, "title": "Quantity", "type": "integer" } }, "required": [ "book_id" ], "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