Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

spicerack_recent_tournaments

Read-onlyIdempotent

Retrieve recent tournaments for a specific MTG format, providing dates, player counts, and IDs. Use the tournament ID to access full standings and decklists.

Instructions

List recent tournaments for a format with dates, player counts, and IDs.

Use the tournament ID from the results with tournament_results to see full standings and decklists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of tournaments to return (default 10)
formatYesMTG format name (e.g. 'Modern', 'Legacy', 'Pauper')
num_daysNoNumber of days to look back (default 14)
response_formatNoOutput verbosity: 'detailed' (default) or 'concise'detailed
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. Description adds no behavioral traits beyond listing data fields. It does not elaborate on open world behavior or potential variability, so the description adds modest value.

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 concise sentences. First sentence states purpose and output. Second sentence provides a follow-up usage hint. No unnecessary words. Front-loaded with key information.

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 no output schema, the description adequately explains what the tool returns (dates, player counts, IDs) and how to use the IDs. It could mention ordering (e.g., by date descending) but is otherwise complete for a listing tool.

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

Parameters3/5

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

Input schema has 100% description coverage, so baseline is 3. The description reiterates the 'format' parameter context but does not add new meaning to parameters. Mentioning output fields like dates and IDs indirectly aids understanding but doesn't enhance parameter semantics.

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?

Description clearly states verb 'List' and resource 'recent tournaments for a format'. It specifies the data returned (dates, player counts, IDs). It also distinguishes from sibling tools by mentioning tournament_results for full details.

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

Usage Guidelines4/5

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

Provides explicit guidance on when to use this tool: to get tournament IDs for use with tournament_results. However, it does not explicitly state when not to use it or mention other alternatives like spicerack_format_decklists.

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/Cladios34/mtg-mcp-server'

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