Skip to main content
Glama
wizkid17

mythic-index-mcp

by wizkid17

reserved_list_tracker

Read-only

Track Magic: The Gathering Reserved List cards that are never reprinted. Filter by max price, sort by price or name, and set limits.

Instructions

Reserved List cards — never reprinted. Args: max_price: Budget cap. sort: price/name. limit: 1-50.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoprice
limitNo
max_priceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds 'never reprinted' context but does not detail behavior beyond that (e.g., whether it fetches current prices, handles errors, or paginates). Adds some, but not much, beyond annotations.

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?

Two brief sentences with no wasted words. Front-loads core purpose ('Reserved List cards — never reprinted') followed by compact parameter guidance. Every word adds value.

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?

With only 3 parameters and an output schema present, the description covers param meaning adequately. However, it does not explain the output format or any constraints beyond limit range. Still, given output schema handles return structure, this is sufficient for most use cases.

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?

Schema coverage is 0% (no descriptions in schema). The description provides clear semantics: 'max_price: Budget cap,' 'sort: price/name,' 'limit: 1-50.' This compensates for the schema's lack of descriptions, giving agents concrete understanding of each parameter's role.

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 'Reserved List cards — never reprinted,' specifying the precise domain (Reserved List) and implying a search or listing action. This distinguishes it from siblings like browse_cards or search_cards which are broader.

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 description implies use for Reserved List card searches via budget cap and sorting, but does not explicitly state when to use versus alternatives like browse_cards or suggest exclusions. Usage context is only implied.

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/wizkid17/mythic-index-mcp'

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