Skip to main content
Glama

search_games

CDK Bot: search the catalog of digital products (game keys, gift cards, DLC) by title, platform, device, region, or language. Returns a best match with alternatives (smart matching). Use browse_filters first to see valid filter values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesGame title or search keywords (e.g. "GTA V", "Elden Ring")
deviceNoTarget device filter (e.g. PC, PS5, Xbox Series X|S)
regionNoRegion filter (e.g. WORLDWIDE, EUROPE)
languageNoLanguage filter (ISO 639-1 code like "en", "pl", or "multilanguage")
platformNoPlatform/storefront filter (e.g. Steam, PSN, Xbox Live)

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It mentions smart matching and result format (best match + alternatives) but omits details like rate limits, authentication, or behavior on no match.

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 defines functionality, second provides usage guidance. No fluff or redundant 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?

Adequately describes the search purpose, return format, and a prerequisite action. Lacks behavioral details like read-only nature or pagination, but for a search tool the description is mostly complete.

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?

Schema coverage is 100%, so baseline is 3. The description adds context about searchable product types and smart matching but does not significantly elaborate on parameter values beyond schema descriptions.

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 searches a catalog of digital products by multiple criteria (title, platform, device, region, language) and returns a best match with alternatives, distinguishing it from siblings like browse_filters and get_game_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?

Explicitly advises to use browse_filters first to see valid filter values, providing clear context for when to use this tool. However, it does not explicitly state when not to use it (e.g., when seeking specific product details).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: browsing filters, searching, getting details, quotes, payment confirmation, order checking, refunds, and reviews. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (browse_filters, check_order, confirm_purchase, etc.), making them predictable and easy to understand.

Tool Count5/5

8 tools cover the essential workflows of a digital product marketplace without being excessive. Each tool serves a necessary step in the user journey.

Completeness4/5

The tool set covers search, filtering, pricing, payment, order status, refunds, and reviews. Missing a dedicated tool for listing past orders, but the workflow is otherwise complete.

Resources