Skip to main content
Glama
w3bKodr

PokéWallet MCP

by w3bKodr

get_complete_set_cards

Fetches all cards in a Pokémon TCG set by set code or ID, using confirmed multi-page requests to retrieve complete set data in one call.

Instructions

Safely fetch all set pages after explicit multi-request confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNo
maximum_cardsNo
set_code_or_idYes
allow_multiple_requestsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It mentions 'Safely' and 'after explicit multi-request confirmation' suggesting safety and confirmation mechanics, but it doesn't explain what 'safe' means, what the confirmation flow entails, rate-limit implications, or what happens with partial failures across pages. The boolean parameter allow_multiple_requests is clearly central to behavior but its consequences are not described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence of 10 words with no wasted language. It's appropriately concise for its length, though the brevity is achieved at the cost of useful detail. No unnecessary filler or redundant phrasing.

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

Completeness2/5

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

This is a moderately complex tool (4 params, multi-request pagination logic, a confirmation gate, output schema present) that fetches potentially many pages of data. Despite an output schema existing, the description is far too thin. It doesn't explain the paging behavior, the confirmation flow mechanics, the tradeoff of maximum_cards vs request count, or error handling across multiple requests. For a tool whose core value proposition depends on 'safety' and multi-request mechanics, this leaves too much unstated.

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?

Schema description coverage is 0%, so the description must compensate for all 4 parameters. It adds NO parameter-level information whatsoever. The description does not explain set_code_or_id format, language options, the significance of maximum_cards, or what allow_multiple_requests actually controls in practical terms. Zero param info in a 0% coverage context is a significant gap.

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

Purpose3/5

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

The description states 'Safely fetch all set pages after explicit multi-request confirmation.' The verb 'fetch' plus resource 'set pages' gives a clear verb-object pairing, and 'all set pages' clarifies scope. However, it doesn't explicitly distinguish this from the sibling 'get_set_cards' tool, which could easily be confused with it since both relate to fetching set cards.

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?

The phrase 'after explicit multi-request confirmation' hints at a usage condition (confirming multi-request behavior), but it's vague and doesn't explain when to prefer this tool over get_set_cards or batch_search_cards. No explicit when/when-not guidance, no alternatives named, no context about pagination or why multiple requests are needed.

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/w3bKodr/pokewallet-mcp'

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