Skip to main content
Glama
zaswear

gamecalendar-mcp

by zaswear

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesCadena de conexión Neon (la misma de gamecalendar)
GAMECALENDAR_MCP_WRITENo1 para habilitar escritura

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
list_releasesC

Juegos de una sección (upcoming/recent/anticipated/catalog), opcionalmente por plataforma.

search_gamesB

Busca juegos por nombre (coincidencia parcial, insensible a mayúsculas).

get_gameC

Ficha completa de un juego por id (número) o slug.

list_blog_postsC

Posts del blog. Por defecto solo publicados; include_drafts incluye borradores.

get_blog_postB

Post del blog completo (incluye body) por slug.

db_statsA

Resumen: total de juegos por sección y nº de posts (publicados/borradores).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: db_stats for statistics, get_blog_post for a single post, get_game for a single game, list_blog_posts for listing posts, list_releases for filtered games, and search_games for search. No overlap in functionality.

Naming Consistency4/5

Most tools follow a verb_noun pattern with snake_case (e.g., get_blog_post, list_releases). The exception is db_stats, which uses an abbreviation instead of a verb-noun structure, but it remains clear and consistent with the overall style.

Tool Count5/5

With 6 tools, the server is well-scoped for a game calendar and blog querying system. Each tool addresses a specific need without redundancy or excessive granularity.

Completeness3/5

The tool set covers read operations (get, list, search, stats) for games and blog posts, but lacks any create, update, or delete operations. For a query-only server this might be acceptable, but the absence of write capabilities limits the surface for typical CRUD tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues