Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KINOZAL_PASSWORDNoYour password on kinozal.tv
KINOZAL_USERNAMENoYour login on kinozal.tv

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
search_torrentsB

Search for torrents on kinozal.tv by query. Returns list of torrents with title, size, seeds, peers and ID.

get_torrent_detailsA

Get detailed information about a specific torrent by ID

download_torrentA

Download .torrent file to specified path. Credentials can be provided via arguments or environment variables (KINOZAL_USERNAME, KINOZAL_PASSWORD).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: search, get details, and download. No overlap or ambiguity.

Naming Consistency5/5

All tools use consistent verb_noun snake_case pattern (download_torrent, get_torrent_details, search_torrents).

Tool Count5/5

3 tools is well-scoped for a torrent server, covering search, details, and download without unnecessary extras.

Completeness4/5

Covers core torrent operations, but lacks features like category browsing or upload. Minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues