Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_pokemon_stats | ポケモンの基礎ステータス(HP、こうげき、ぼうぎょ、とくこう、とくぼう、すばやさ)を取得 |
| get_pokemon_images | ポケモンのスプライト画像(前面、後面、色違い、公式アートワーク)を取得 |
| get_pokemon_info | ポケモンの完全な情報(ステータス、画像、基本情報)を取得 |