Skip to main content
Glama
mopheadpersona

pokemon-tcg-mcp

Competitive meta snapshot

meta_snapshot

Fetch current top Pokémon TCG archetypes and meta share from Limitless TCG, with an explicit 'source unavailable' fallback if live data can't be fetched.

Instructions

Current top archetypes from Limitless TCG (limitlesstcg.com/decks) with tournament points and meta share. Returns a clear 'source unavailable' message if the live data can't be fetched — never stale guesses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNostandard
max_resultsNo
Behavior4/5

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

With no annotations, the description carries the full burden. It adds valuable behavioral context by stating it fetches live data and returns a 'source unavailable' message rather than stale guesses. It does not mention read-only nature or side effects, but for a snapshot tool this is reasonably transparent.

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 two sentences, front-loaded with the primary purpose, and contains no fluff or repetition. Every sentence earns its place by conveying source, data content, and failure behavior.

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

Completeness4/5

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

Given the low complexity (2 params, no output schema, no annotations), the description covers purpose, data source, return contents, and failure mode. It lacks parameter details and output structure, but is otherwise sufficiently complete for an agent to use the tool effectively.

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% and the tool description does not explain the 'format' or 'max_results' parameters. Although names are intuitive, the description fails to compensate for the lack of schema descriptions, which is required when coverage is low.

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

Purpose5/5

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

The description clearly states the tool provides 'current top archetypes from Limitless TCG' with 'tournament points and meta share', identifying a specific verb and resource. It distinguishes itself from sibling tools like search_cards and check_deck by focusing on competitive meta data.

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 provided on when to use this tool versus alternatives. While sibling tools serve different functions, the description does not mention any exclusions or alternative choices, leaving the agent to infer usage context.

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/mopheadpersona/pokemon-tcg-mcp'

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