Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
--ttlNoCache TTL in milliseconds (default: 600000)
--repoNoGitHub repository owner/name (default: alexverdin/llm-pokedex-demo)
--branchNoGit branch (default: main)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pokedex_entriesA

Parse INDEX.md and return all entries as [{ id, name, types, file }]. Optional case-insensitive substring filter on type.

search_by_nameA

Return entries whose name contains the query (case-insensitive substring).

get_pokemonA

Get an entry by id (e.g. "025") or name (e.g. "pikachu"). Returns parsed data by default; use format to include raw Markdown.

get_base_statsA

Return { hp, attack, defense, spAtk, spDef, speed, total } as numbers for an id or name.

compare_pokemonA

Compare 2–6 entries. Returns a Markdown table of types + all base stats.

rank_by_statA

Rank all 25 entries by a base stat. order defaults to desc, limit defaults to 5.

get_evolution_chainA

Return the Evolution section text for an id or name, plus related entries (other Pokémon whose Evolution text mentions this one, and any names this entry mentions).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
pokedex-indexRaw INDEX.md content (the full lookup table).

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/alexverdin/mcp-pokedex-demo'

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