Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOOKLORE_TOKENNoYour BookLore API token (Option A)
BOOKLORE_BASE_URLNoBase URL of your BookLore instancehttp://localhost:6060
BOOKLORE_PASSWORDNoBookLore password (Option B)
BOOKLORE_USERNAMENoBookLore username (Option B)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_booksB

Search and filter books in your BookLore library. Supports full-text search, filtering by library, shelf, series, author, language, file type, rating, and read status. Returns paginated results.

get_bookA

Get full details for a specific book by its ID, including metadata, reading progress, file information, shelves, and notebook statistics.

update_book_ratingA

Set a personal rating for a book (1–5 stars).

update_book_statusC

Update the read status of a book.

get_continue_readingB

Get books that are currently in progress / ready to continue reading.

get_recently_addedA

Get the most recently added books across all libraries.

use_booklore_categoryA

Enable or disable a BookLore tool category to manage context usage. Call this to activate a category before using its tools. Categories: books (default: enabled), libraries, shelves, series, authors, notebooks. After enabling, re-check your available tools on the next request.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation5/5

Each tool serves a clearly distinct purpose: search, retrieve details, update rating/status, and get specific book lists. The meta-tool for category management is separate from book operations, eliminating any overlap.

Naming Consistency4/5

Most tools follow a verb_noun pattern in snake_case (search_books, get_book, update_book_rating). 'use_booklore_category' deviates slightly from the update/get/search verbs, but the pattern remains readable and consistent overall.

Tool Count5/5

Seven tools is well-scoped for a personal library assistant. Each tool addresses a core need—searching, viewing, updating, and tracking—without unnecessary redundancy or gaps.

Completeness4/5

The core book lifecycle is covered: search, details, rating, status, and reading progress. Missing create/delete operations are likely out of scope, and the category system hints at additional modules, so coverage is strong for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues