Skip to main content
Glama

Bookstore MCP Server

by hongfanmeng

check_availability

Check if a specific book is available in the bookstore inventory by providing the book ID and optional quantity needed.

Instructions

Check if book is available.

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