Skip to main content
Glama
srgsanky

Personal Library MCP Server

by srgsanky

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_books

Lists books in the library. Set unread_only=True to see only the books you haven't read yet.

add_book

Adds a new book to the library.

update_book_status

Updates the owned and/or read status of a book by ISBN.

search_books

Searches for books by name or ISBN.

delete_book

Removes a book from the library.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_books_resourceReturns the list of all books in the database in JSON format.
list_unread_books_resourceReturns the list of unread books (reading list) in JSON format.

Latest Blog Posts

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/srgsanky/mcp-demo'

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