Skip to main content
Glama
xvyslo05

cz-mtg-compare-mcp

by xvyslo05

shop_login

Authenticate to a supported Czech MTG shop using stored credentials or 1Password references. Login is reused across cart operations.

Instructions

Authenticate against a shop using its CZ_MTG__USER / _PASS credentials.

The credentials may be literal strings or 1Password secret references of the form op://Vault/Item/Field — the latter is resolved via the op CLI on first use. Login sessions are kept in-process for as long as the MCP server runs and are reused automatically by add_to_cart / view_cart.

Returns {"shop": ..., "ok": true} on success. Raises with a clear message if the shop doesn't support login, credentials are missing/invalid, or the 1Password reference can't be resolved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shopYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, but description fully discloses session reuse, credential handling (including 1Password), error cases, and return format.

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?

Multi-sentence but well-structured and front-loaded. Each sentence adds value. Slightly longer than necessary but not excessive.

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

Completeness5/5

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

Complete given single param and implied output schema. Covers inputs, behavior, session lifecycle, and error messages.

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?

Only one parameter with enum; description adds value by explaining credential naming convention (CZ_MTG_<SHOP>_USER / _PASS), not in schema. Schema coverage 0%, description compensates well.

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?

Clearly states authentication against a shop using credentials. Distinguishes from siblings like add_to_cart and view_cart.

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?

Explains when to use (before add_to_cart/view_cart) and reuses sessions. No explicit when-not-to-use, but context from sibling tools implies it.

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/xvyslo05/czech-mtg-price-comparator-mcp'

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