Skip to main content
Glama
AliSoftware

gamelibs-mcp

by AliSoftware

epic_list_games

Retrieve a page of owned Epic games, filter by installed status or title substring, include DLCs, and paginate results.

Instructions

List owned Epic games (thin: app_name, catalog_item_id, namespace, title, installed).

The first call warms a persistent catalog-metadata cache (titles + game/DLC categories), so it may be slow on a large library; subsequent calls are fast. Only a page is returned.

Args: installed_only: Only games installed here (via local Legendary/Heroic state). search: Case-insensitive substring match on the title. include_dlcs: Include DLC/add-on entries (excluded by default). limit: Page size (1-500). Use pagination for large libraries. offset: Pagination offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
searchNo
include_dlcsNo
installed_onlyNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries full behavioral disclosure burden. It does well by explaining the cache-warming latency on first call, persistent cache behavior, that only one page is returned, and the local Legendary/Heroic state source for installed_only. It does not mention authentication prerequisites or error behavior, but it is otherwise strong.

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 well-structured: a one-sentence functional summary, a brief performance note, and a clean Args block. Every sentence adds useful information with no repetition 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?

Given 5 parameters, no annotations, and no output schema, the description covers the essential invocation details: output fields, pagination, caching, and filtering semantics. It does not describe the exact page response envelope or authentication state assumptions, but it is close to complete for a read/list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so all parameter meaning must come from the description. It fully compensates: installed_only is tied to local game installation state, search is a case-insensitive substring on title, include_dlcs explains DLC exclusion by default, and limit/offset are given explicit pagination semantics.

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 opens with a specific verb and resource: 'List owned Epic games', then enumerates the exact output fields. This clearly distinguishes it from siblings like epic_get_game_details (single-game details) and steam_list_games (Steam library).

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 tool's purpose—listing the user's owned Epic games—is clearly stated, and pagination behavior is explained. It does not explicitly name alternatives or conditions like 'use igdb_search_games for metadata', but the resource-specific scope gives adequate context. The lack of explicit when-not guidance keeps it from a 5.

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

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/AliSoftware/gamelibs-mcp'

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