Skip to main content
Glama

get_upcoming

USE THIS when asked what games will be free next, what is free next week, or what giveaways are coming up. Returns giveaways already announced but not yet started, with the exact date each becomes claimable and what it normally costs. This is forward-looking information no training data can contain. Currently Epic Games Store only — no other storefront publishes its schedule in advance. PAID (~$0.01, cheaper than get_free_games).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payment_proofNox402 payment proof.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses that the tool is paid ('PAID (~$0.01)'), returns forward-looking data unavailable in training data, and only covers Epic Games Store. It does not detail failure behavior or the exact x402 payment proof mechanics beyond the schema, leaving minor gaps.

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?

The description is front-loaded with 'USE THIS when...' and packs triggers, return summary, storefront limitation, and cost into four sentences. The 'no training data' line adds useful context for an AI agent, and there is minimal fluff, though it is slightly longer than the most compact examples.

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?

There is no output schema, so the description needs to convey return content; it does so by stating the tool returns upcoming giveaways with claim dates and normal costs. It also covers scope ('Epic Games Store only') and cost, making it sufficiently complete for a simple query tool, though it omits explicit output structure and error behavior.

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 for the single parameter is 100%, as the schema already describes 'payment_proof' as 'x402 payment proof.' The description adds useful context that the tool is paid and cheaper than an alternative, explaining why payment_proof is needed, but it does not elaborate on the proof format or acquisition method, so it meets but does not exceed the baseline.

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's purpose: 'Returns giveaways already announced but not yet started, with the exact date each becomes claimable and what it normally costs.' It also provides explicit trigger phrases like 'what games will be free next' and distinguishes itself from siblings by noting 'Epic Games Store only.'

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

Usage Guidelines5/5

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

The description opens with 'USE THIS when asked what games will be free next, what is free next week, or what giveaways are coming up,' giving explicit usage triggers. It also provides an exclusion ('Currently Epic Games Store only') and a comparative alternative ('cheaper than get_free_games'), helping the agent choose between tools.

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.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: checking for changes, listing current free games, getting a game's price, checking service status, discovering upcoming giveaways, and resolving game names to identifiers. There is no meaningful overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: check_for_changes, get_free_games, get_game, get_status, get_upcoming, lookup_game. The verbs are clear and the style is uniform.

Tool Count5/5

The server has 6 tools, which is well-scoped for its purpose of providing game deals, free games, and pricing information. Each tool earns its place and there is no bloat or redundancy.

Completeness5/5

The tool set covers the full lifecycle of a typical user query: lookup a game, check its price, see current free games, check upcoming giveaways, verify data freshness, and avoid unnecessary paid calls via change detection. There are no obvious dead ends.

Resources