Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIWIX_BASE_URLYesThe base URL of the Kiwix HTTP server (e.g., http://localhost:8080)

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kiwix_list_booksA

List ZIM books available on the Kiwix server. Optionally filter by title keyword.

kiwix_searchA

Full-text search across Kiwix ZIM books. Returns article titles, snippets, and URLs. Use kiwix_fetch_article to retrieve full content.

kiwix_fetch_articleA

Fetch an article from the Kiwix server and return its content as plain text. Use the URL field from kiwix_search results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: listing books, full-text search, and fetching articles. No overlap in functionality.

Naming Consistency5/5

All tools share the 'kiwix_' prefix and follow a verb_noun pattern (list_books, search, fetch_article), ensuring predictable naming.

Tool Count4/5

With only 3 tools, the set is minimal but covers the core read-only workflow for a Kiwix ZIM server. Slightly low but not deficient.

Completeness4/5

The tools cover the essential operations: listing available books, searching within them, and retrieving full articles. Missing book metadata or browsing, but acceptable for a basic reader.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive