Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
turath_get_book_infoA

Get book metadata, chapter index, and page map from turath.io

turath_get_pageB

Get the text content of a specific page from a book

turath_searchC

Search books on turath.io catalog by keyword

turath_get_authorB

Get author biography and metadata from turath.io

turath_get_book_fileB

Get full book JSON dump (may not be available for all books)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct aspect of the domain (author, book file, book info, page content, catalog search) with no functional overlap.

Naming Consistency4/5

Four tools use a consistent 'turath_get_' pattern, but 'turath_search' deviates by omitting the 'get_' prefix, causing a minor inconsistency.

Tool Count5/5

Five tools is well-scoped for a cultural heritage book server, covering core read operations without being too few or excessive.

Completeness4/5

The set covers essential read operations (search, book info, page content, author info, full file dump), though a browse or list tool could be a minor addition.

Maintenance

ActivityStale
ResponsivenessNo issues