Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_pokemonA

Fetch a Pokemon summary for the given identifier.

Args: name_or_dex: Pokemon name or national dex number.

Returns: Summary stats, typing, and measurements for the Pokemon.

get_movesA

List the learnset for a Pokemon in a specific game.

Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier (e.g., "scarlet-violet").

Returns: Moves the Pokemon can learn in the requested game.

get_spritesA

Resolve a sprite URL for a Pokemon.

Args: name_or_dex: Pokemon name or national dex number. side: Sprite side ("front" or "back"). variant: Sprite variant (e.g., "default", "shiny").

Returns: Sprite URL with the requested side and variant.

get_descriptionsA

Fetch localized Pokedex flavor text.

Args: name_or_dex: Pokemon name or national dex number. language: Language code for flavor text.

Returns: Mapping of game version to flavor text.

analyze_type_coverageA

Summarize defensive type coverage for a roster.

Args: names_or_dexes: Pokemon names or dex numbers to analyze.

Returns: Coverage report with matchup counts and notable weaknesses.

explore_abilitiesA

Retrieve ability details for a Pokemon.

Args: name_or_dex: Pokemon name or national dex number.

Returns: Ability names and effect text details.

plan_evolutionsA

Enumerate evolution paths that include the Pokemon.

Args: name_or_dex: Pokemon name or national dex number.

Returns: Evolution paths and triggers.

find_encountersA

Find wild encounter locations for a Pokemon.

Args: name_or_dex: Pokemon name or national dex number.

Returns: Encounter locations grouped by version and method.

get_breeding_infoA

Summarize breeding details for a Pokemon.

Args: name_or_dex: Pokemon name or national dex number. game: Optional game identifier for egg move filtering.

Returns: Breeding info including egg groups, hatch steps, and egg moves.

suggest_movesetA

Recommend a moveset for a Pokemon in a game.

Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier to scope learnsets. limit: Maximum number of recommendations to return. include_tm: Whether to include TM moves.

Returns: Ranked move recommendations based on simple heuristics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/RajeevAtla/dexMCP'

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