Skip to main content
Glama
suirenn0627

pokemon-mcp

by suirenn0627

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

ポケモンの種族値・タイプ・特性を返す(例: garchomp, meowscarada)。

get_moveB

技の威力・命中・タイプ・分類(物理/特殊)・多段ヒット情報を返す(例: triple-axel)。

get_abilityC

特性の効果テキストを返す(例: protean)。

get_itemA

持ち物の効果テキストを返す(例: bright-powder)。

type_effectivenessA

攻撃タイプ x 防御タイプ(複合可)の相性倍率。例: ice vs [ground, dragon] = 4.0

calc_statC

実数値を計算。stat は hp/atk/def/spa/spd/spe。nature は英名/日本語名どちらも可。

calc_damageA

対面のダメージを計算(多段対応)。撃ごと/累計のレンジとKO%を返す。

  • 物理/特殊は技の分類から自動判定(物理=こうげき/ぼうぎょ、特殊=とくこう/とくぼう)。

  • protean=True で変幻自在/リベロのSTAB。tera_type 指定でテラスタルのSTAB(元タイプ一致なら2.0)。

  • item: 攻撃側の持ち物(life-orb / choice-band / choice-specs / expert-belt / muscle-band / wise-glasses / charcoal 等のタイプ強化アイテム)。

  • weather: sun/rain/sand/snow(晴れ/雨/砂/雪。日本語可)。晴れ雨は炎水技、砂雪は岩氷の防御に影響。

  • 攻守のポケモン名・技名は英語slug/日本語名どちらも可(日本語は要 build_db --aliases)。

  • tera_type は攻撃側のSTABのみに反映(防御側の相性計算には影響しない)。

  • 命中(光の粉等)は別軸。本ツールは命中前提のダメージ・KO%を返す(命中率は calc_accuracy)。 可変多段(2-5発)の ko_chance はヒット数分布で重み付け、ko_chance_all_hits は最大ヒット前提。

calc_accuracyA

技の命中率を計算。光の粉(x0.9)・ふくがん(x1.3)・命中/回避ランクに対応。

トリプルアクセル/トリプルキックは各撃ごとに独立判定するため、当たった回数の分布と 「全段命中する確率」も返す(例: トリプルアクセル vs 光の粉 = 各撃81%、3発命中 53.1%)。

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/suirenn0627/pokemon-mcp'

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