Skip to main content
Glama

Compare two games head-to-head

versus
Read-onlyIdempotent

Head-to-head verdict for two games on needmoar.games: which one players like more, each game's community score (the share of a library it beats) and rank, and the full distribution of opinions on both. Use this to answer "do people prefer A or B?". Pass Steam appids — resolve names with search_games first. The response links to the matching /vs page you can cite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appid_aYesSteam appid of the first game (resolve names with search_games).
appid_bYesSteam appid of the second game.

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the tool is safe. The description adds context about what the response contains (community score, rank, full distribution of opinions, link to /vs page), fully disclosing behavior 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?

The description is a single, dense sentence that efficiently conveys purpose, inputs, output, and usage. No redundancy or unnecessary words.

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?

For a tool with no output schema, the description adequately explains the return content: community score, rank, opinion distribution, and a link. It also mentions the source (needmoar.games) and the prerequisite step (use search_games), making it complete for selection and invocation.

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 description coverage is 100%, so baseline is 3. The description adds usage guidance ('resolve names with search_games first' and clarifies that appids are Steam appids), providing value beyond schema.

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 it provides a head-to-head verdict for two games, including community scores, ranks, and opinion distributions. It distinguishes from sibling tools by mentioning search_games for name resolution, indicating this tool is for comparison after IDs are obtained.

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 explicitly says to pass Steam appids and resolve names with search_games first, providing clear guidance on when to use this tool and when to use the sibling. It also states the purpose: to answer 'do people prefer A or B?'.

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 serves a distinct purpose: search_games resolves names to IDs, game_detail provides detailed info for one game, and versus compares two games. No overlap in functionality.

Naming Consistency3/5

Tool names are not consistently patterned: search_games uses verb_noun, game_detail uses noun_noun, versus is a single word. While readable, the inconsistency could be confusing.

Tool Count5/5

Three tools cover the core workflow of looking up games, getting details, and comparing them. The count is well-scoped for the server's purpose.

Completeness5/5

The tool set provides a complete workflow: resolve names, get detailed info, and compare two games. No obvious gaps for the stated community consensus domain.

Resources