Skip to main content
Glama
JayDevelops

Pokemon MCP Server

by JayDevelops

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get-pokemon-statsC

tool to fetch the stats of a pokemon

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as fetching Pokémon stats, making it distinct by default.

Naming Consistency5/5

The single tool name 'get-pokemon-stats' follows a clear verb_noun pattern (get_stats), and there are no other tools to create inconsistency. The naming is straightforward and predictable.

Tool Count2/5

A single tool for a Pokémon server feels thin and incomplete for the domain, which typically involves multiple operations like listing, searching, or managing Pokémon. This minimal set is inadequate for most agent workflows.

Completeness1/5

The tool surface is severely incomplete for a Pokémon domain. It only allows fetching stats, with no capabilities for listing Pokémon, getting details beyond stats, searching, or other CRUD operations, leading to significant gaps and agent failures.

Maintenance

ActivityInactive
ResponsivenessNo issues