Skip to main content
Glama

brasil-api-mcp-server

get_isbn

Retrieve detailed book information, such as title, author, and publisher, by querying with a valid ISBN through the Brasil API MCP server.

Instructions

Get information about a book given an ISBN.

Input Schema

NameRequiredDescriptionDefault
ISBNYesThe book's ISBN to query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ISBN": { "description": "The book's ISBN to query", "type": "string" } }, "required": [ "ISBN" ], "type": "object" }
Install Server

Other Tools from brasil-api-mcp-server

Related Tools

    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/mauricio-cantu/brasil-api-mcp-server'

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