Skip to main content
Glama

list_pokemon

Retrieve a paginated list of Pokémon names and URLs. Specify limit (max 100) and offset to control the results.

Instructions

List Pokémon with pagination. Returns names and URLs. Max limit is 100 per request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the max limit is 100 per request, which is useful. However, it does not mention other behavioral aspects like whether the operation is read-only, what happens with invalid parameters, or pagination semantics (e.g., offset meaning).

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 extremely concise with three short sentences. It front-loads the purpose and returns. Every sentence adds value with no unnecessary words. Ideal for quick scanning.

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

Completeness3/5

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

Given the simplicity of the tool (2 parameters, no output schema), the description is minimally adequate. It covers the main purpose and a key constraint. Missing details include offset semantics, default values (though in schema), and a full description of the response format. Complete enough for basic use but not thorough.

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

Parameters2/5

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

Input schema has 0% description coverage, so the description must compensate. It mentions 'pagination' implicitly and specifies a max limit constraint, which adds meaning for the limit parameter. However, it does not explain the offset parameter or how pagination works (e.g., offset being 0-indexed). This is insufficient for full understanding.

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

Purpose4/5

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

Description clearly states it lists Pokémon with pagination and returns names and URLs. The verb 'List' and resource 'Pokémon' are specific. However, it does not explicitly differentiate from sibling tools like search_pokemon_by_type or get_pokemon.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives (e.g., when to use list_pokemon vs search_pokemon_by_type vs get_pokemon). There is no when-not-to-use or prerequisite information.

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/Ragde54/pokemcp'

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