Skip to main content
Glama

Which of your lists contain a game

get_game_lists
Read-only

Report all custom lists for a game, showing which lists include it, and output the list IDs needed for adding the game to lists.

Instructions

Report every one of your custom lists and whether it contains this game. Returns the list ids needed by add_game_to_lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame title, slug, or numeric Backloggd id. Titles are resolved via search, so 'elden ring', 'elden-ring' and '119133' all work.
only_containingNoReturn only the lists that already contain the game.
Behavior4/5

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

The description adds behavioral context beyond the annotations: it reports every custom list, indicates a boolean containment check, and reveals the output purpose (list IDs for add_game_to_lists). Annotations already declare readOnlyHint=true and destructiveHint=false, so the description complements rather than contradicts.

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 two concise sentences, front-loaded with the core behavior and followed by a practical output note. Every word earns its place with no redundancy or 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?

With no output schema, the description gives a reasonable overview of what is returned: lists and whether they contain the game, plus the list IDs for downstream use. It is sufficient for a simple read-only tool, though it could explicitly outline the response structure for full completeness.

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 both parameters is 100%, with the game parameter fully describing accepted formats (title, slug, numeric ID) and only_containing explaining its filter. The description adds no parameter-specific details beyond the overall behavior, so it does not elevate semantics beyond the 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 the tool 'Report every one of your custom lists and whether it contains this game,' specifying a distinct verb (report) and resource (custom lists with containment status). It differentiates from sibling tools like get_lists by focusing on game membership, and even ties to add_game_to_lists by returning needed list IDs.

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 provides clear context for when to use the tool: to check which custom lists contain a specific game. It implicitly distinguishes from alternatives like get_lists (which likely lists all lists without game filtering) and hints at a workflow with add_game_to_lists, though it does not explicitly state when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DenisionSoft/backloggd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server