Skip to main content
Glama
w3bKodr

PokéWallet MCP

by w3bKodr

check_watchlist

Evaluates watched Pokémon TCG cards against current marketplace prices and threshold alerts, providing immediate results without background monitoring.

Instructions

Refresh prices and evaluate thresholds now; this does not run in the background.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose the key behavioral trait that this does NOT run in the background (immediate/synchronous execution), which is valuable. However, it doesn't describe what the output looks like, whether it mutates stored prices, or whether it's read-only or write-oriented—though the presence of an output schema mitigates some of this gap.

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?

A single, dense sentence conveys the action, purpose, and a key behavioral caveat with zero wasted words. Every element earns its place.

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 tool has no parameters and does have an output schema, the description is reasonably complete. However, for a tool that triggers price refreshing and threshold evaluation, it would benefit from noting what state changes occur (if any), and an output schema exists but the description doesn't preview what the agent should expect in the return value.

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

Parameters4/5

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

The tool has zero parameters with 100% schema description coverage, so there are no parameter semantics to document. The baseline of 4 for a zero-parameter tool applies, and the description adequately conveys the action the tool performs without needing to elaborate on parameters.

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?

The description uses specific verbs ('refresh prices', 'evaluate thresholds') and names the resource ('watchlist'). It clearly differentiates from list_watchlist (which would list items) and add_to_watchlist/remove_from_watchlist (which mutate the list). The purpose is clear, though it doesn't name a sibling explicitly as the distinguishing alternative.

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

Usage Guidelines3/5

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

The 'does not run in the background' clause implies this is an on-demand action rather than a scheduled/background task, offering some context on when to invoke. However, it doesn't explicitly state when to use this versus list_watchlist or other watchlist-related tools, nor does it describe prerequisites (e.g., must have a watchlist populated first).

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