Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TMDB_API_KEYYesAPI Read Access Token from TMDB

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_mediaA

Busca películas o series en TMDB por título.

add_to_watchlistB

Agrega una película o serie a la watchlist (pendiente de ver).

get_watchlistA

Lista lo que está en watchlist o en progreso (watching).

mark_watchedA

Marca una película o serie (a nivel general) como vista, opcionalmente con rating y notas. Para episodios sueltos de una serie usa mark_episode_watched.

get_watched_historyA

Lista todo lo marcado como visto, con rating y notas.

mark_episode_watchedB

Marca un episodio específico de una serie como visto.

get_next_episodeC

Encuentra el próximo episodio no visto de una serie.

get_recommendationsA

Recomienda películas o series. Si das 'based_on' recomienda parecidos a ese título; si no, usa tu historial de vistos como base.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct operation: adding to watchlist, getting next episode, recommendations, history, watchlist, marking episodes, marking media, and searching. No overlap in functionality.

Naming Consistency4/5

Most tools follow a verb_object pattern (get_watchlist, mark_watched, search_media). However, add_to_watchlist uses a preposition, breaking the pattern slightly. Overall clear and predictable.

Tool Count5/5

8 tools is well-scoped for a media tracking server, covering essential operations from search to watchlist management to recommendations without being excessive.

Completeness3/5

Covers core read and create operations but lacks update/delete tools (e.g., remove from watchlist, update rating). Episode tracking only allows marking individual episodes, not seasons.

Maintenance

ActivityStale
ResponsivenessNo issues