Skip to main content
Glama
janthoXO

Pokémon TCG Pocket MCP Server

by janthoXO

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANGUAGESNoComma-separated list of languages to use (e.g., 'en,de'). Supported values: en, fr, de, es, it, pt-br.
DATABASE_URLNoThe file path to the local card database, e.g. 'file:/absolute/path/to/cards.db'.

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_cardsA

Search Pokémon TCG Pocket cards. All fields except language are optional; omitted or null fields match everything. Enum fields filter exactly, name and set filter fuzzily, effect and attack rank by meaning. Enum values are English in every language. Results with fallbackLanguage exist only in that language.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of tool confusion or overlap. The tool's purpose is clearly defined and self-contained.

Naming Consistency5/5

The sole tool uses a clear verb_noun convention ('search_cards'), which is internally consistent. With only one tool, the naming pattern is trivially uniform.

Tool Count2/5

A single tool feels too sparse for a Pokémon TCG Pocket server, which likely expects capabilities like fetching card details, browsing sets, or managing collections. One search tool does not justify a server in most practical contexts.

Completeness2/5

The server only offers search, with no way to retrieve, compare, or manage specific cards or sets. This leaves significant gaps for any workflow beyond simple card lookup, forcing agents to improvise or fail.

Maintenance

ActivityMaintained
ResponsivenessNo issues