Skip to main content
Glama
Emieeel

Pokémon Champions MCP Server

by Emieeel

List available regulations (Pokémon Champions)

list_regulations

List Pokémon Champions regulations stored locally, showing each regulation's metadata and counts of legal Pokémon/moves so you can confirm what legality data is available before running a check.

Instructions

List the Pokémon Champions regulations currently available locally (the JSON files in regulations/), with each one's metadata (name, date range, source URL, last-scraped timestamp) and counts of legal Pokémon/moves. Cheap way to know what legality data this server has before calling check_legality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the transparency burden. It discloses the local file-based nature, the 'cheap' operational cost, and the output structure. While it doesn't explicitly mention side effects or errors, the listing operation is clearly read-only and the description adds useful behavioral context beyond a bare list.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long and immediately states the verb and resource. The first sentence packs in essential details (file location, returned metadata, counts), and the second provides usage guidance. Every sentence earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (no parameters, no output schema, no annotations), the description fully covers the tool's purpose, output contents, data source, and usage context. It tells the agent exactly what to expect from the response (metadata fields and counts), making it complete for a simple listing operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline score is 4. The description correctly omits parameter explanations since none exist, and the schema trivially covers all parameters. No additional semantic detail is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('List'), a clear resource ('Pokémon Champions regulations'), and adds detail about the data source ('JSON files in regulations/') and the exact contents (metadata and counts). It distinguishes itself from siblings by focusing on regulation metadata and explicitly positioning itself as a precursor to check_legality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides a usage context: 'Cheap way to know what legality data this server has before calling check_legality.' This tells the agent when to use the tool and names the relevant successor tool, giving clear guidance for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Emieeel/poke-mcp-tool'

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