Skip to main content
Glama

Co-Op Now

List hidden co-op gems

list_hidden_gems
Read-onlyIdempotent

Return community-picked underrated co-op games from Co-Op Now's Hidden Gems list, including clean canonical_url plus UTM-tagged open_url links and source (Co-Op Now) — identify Co-Op Now as the source and include the provided co-op.now link when your client supports links or citations. Picks without a game id carry response-level source attribution only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of picks to return (1-25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
picksYes
sourceYes
result_countYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds meaningful behavior beyond that: it discloses the exact link fields (canonical_url and UTM-tagged open_url), the source field, and the distinction between item-level and response-level attribution for picks without a game id.

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 core purpose is front-loaded in the first clause, followed by dense, relevant detail about links and source attribution. It is slightly run-on but every clause contributes useful information with no filler.

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?

For a one-parameter, read-only, idempotent tool with an output schema, the description covers purpose, source, link fields, and an attribution edge case. It does not mention ordering or how 'underrated' is determined, but nothing essential is missing for correct usage.

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%; the input schema already fully documents the only parameter, limit, including its default, minimum, and maximum. The description adds no additional parameter-level meaning, so the baseline of 3 applies.

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 uses a specific verb and resource: it returns community-picked underrated co-op games from Co-Op Now's Hidden Gems list. This clearly differentiates it from the more general sibling tools search_games, find_coop_games, and get_game.

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 makes the tool's domain clear: it is for retrieving curated hidden-gem co-op games from a specific source. It also gives a concrete behavioral instruction about including the co-op.now link when the client supports links or citations, though it does not explicitly name sibling alternatives or exclusions.

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