Skip to main content
Glama

Co-Op Now

Get co-op game details

get_game
Read-onlyIdempotent

Fetch full public details for one Co-Op Now catalog game by id (from search_games or find_coop_games). Co-op party size, same-side capacity and session/server capacity are reported as distinct fields. The result carries source (Co-Op Now), a clean canonical_url and a UTM-tagged open_url: identify Co-Op Now as the source and include the provided co-op.now link when your client supports links or citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGame id from search_games or find_coop_games.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYes
sourceYes

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool as read-only and idempotent, and the description adds meaningful behavioral context: co-op capacities are reported as distinct fields, the result includes source, canonical_url, and UTM-tagged open_url, and the agent should attribute Co-Op Now and include the co-op.now link when links/citations are supported. This goes beyond schema or 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 compact and front-loaded with the core action, followed by two sentences that add high-value behavioral and output details. Every sentence earns its place, and there is no redundant or filler content.

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?

Given one required parameter, full schema coverage, a read-only/idempotent annotation set, and an output schema, the description covers what an agent needs to invoke the tool correctly. It adds workflow context, key output distinctions, and link/citation handling, so nothing critical is missing.

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 description coverage is 100% and the only parameter, id, is already described in the schema as coming from search_games or find_coop_games. The description repeats this provenance but adds no new semantic details about format, constraints, or behavior related to the parameter.

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 action ('Fetch full public details') and the resource ('one Co-Op Now catalog game by id'), and it names the source tools (search_games or find_coop_games), which distinguishes this tool from the sibling search/find tools. An agent can immediately understand this is a detail-by-id tool rather than a discovery tool.

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?

The description indicates when to use the tool: after obtaining an id from search_games or find_coop_games. This positions it in a clear workflow against its siblings, though it does not explicitly state 'use find_coop_games/search_games instead when you need a list' or list exclusion conditions.

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

Each tool targets a clearly distinct use case: search_games is title lookup, find_coop_games is structured discovery, get_game is detail retrieval by id, and list_hidden_gems is a curated list. The descriptions explicitly call out when to use find_coop_games versus search_games, so an agent should not confuse them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: find_coop_games, get_game, list_hidden_gems, search_games. The naming style is uniform and predictable, making the tool surface easy to navigate.

Tool Count5/5

Four tools is a well-scoped size for a read-only co-op game catalog: one for structured discovery, one for title search, one for details, and one for curated lists. Each tool has a distinct job and none feel redundant or extraneous.

Completeness4/5

The tool set covers the core read-only discovery workflow well: search by title, find by criteria, fetch full details, and browse a curated list. The only minor gap is that list_hidden_gems appears to be a fixed list with no filtering or pagination, but that is a reasonable limitation for a curated feature.

Resources