Skip to main content
Glama

Pokémon MCP Server

by EscasanN

team_analysis

Analyze Pokémon team defensive synergies using type effectiveness data from PokeAPI to identify strengths and weaknesses in team composition.

Instructions

Sinergias defensivas del equipo (usa tipos de PokeAPI y tabla de tipos).

Input Schema

NameRequiredDescriptionDefault
teamYes

Input Schema (JSON Schema)

{ "properties": { "team": { "items": { "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "maxItems": 6, "minItems": 1, "type": "array" } }, "required": [ "team" ], "type": "object" }

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/EscasanN/MCP_Pokemon'

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