Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VGC_HELPER_DATA_DIRNoOverride the local state directory. By default, local state is written to `.vgc-helper\vgc-helper.sqlite` relative to the server's working directory.

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vgc_statusA

Show the active regulation, calculator version, local database, and metagame source freshness.

vgc_refresh_metaB

Fetch, validate, cache, and atomically activate VGC Pastes teams and Champions Battle Data usage for the active regulation.

vgc_replay_analyzeB

Parse and persist a Champions VGC doubles replay, then return turn-cited coaching evidence using the supplied exact user team.

vgc_replay_getA

Retrieve a persisted replay coaching report by analysis ID.

vgc_replay_turnA

Retrieve stored state before and after a turn plus battle events. Judge decisions using beforeEvents only; afterEvents contains later revelations.

vgc_meta_queryA

Query cached team sets and per-Pokemon usage with source dates and regulation verification. Unverified usage is contextual only.

vgc_replay_trendsB

Aggregate recurring strengths, improvement findings, and results across locally persisted replay analyses.

vgc_team_evaluateB

Evaluate legal Mega alternatives and fixed matchup modes against a threat-aware cohort. Optionally compare an edited team on identical sources and conditions; scores are pressure heuristics.

vgc_matchup_detailB

Retrieve bounded lead-state details from a persisted team evaluation.

vgc_damage_calculateA

Run an auditable generation-zero Pokemon Champions doubles damage calculation from two Showdown-format sets.

Prompts

Interactive templates invoked by user choice

NameDescription
replay-coachAnalyze a replay with evidence-first coaching and explicit hidden-information uncertainty.
team-builderInterpret a saved lead-matrix evaluation without presenting heuristic scores as win rates.

Resources

Contextual data attached and managed by the client

NameDescription
active-regulationThe immutable regulation profile used by default.
methodologyAnalysis boundaries and interpretation rules.
source-statusActive source versions and retrieval times.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ychen022/VGCHelper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server