Skip to main content
Glama

Pokédex MCP Server

by hollanddd

get_type_effectiveness

Retrieve detailed type effectiveness data for Pokémon, including strengths, weaknesses, and resistances, to optimize battle strategies using a specific type name or ID.

Instructions

Get type effectiveness information including strengths, weaknesses, and resistances

Input Schema

NameRequiredDescriptionDefault
nameYesThe name or ID of the type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name or ID of the type", "minLength": 1, "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Pokédex MCP Server

Related Tools

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/hollanddd/pokedex-mcp'

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