Skip to main content
Glama

nexus_get_games

Read-onlyIdempotent

List all Nexus Mods games with domain slugs, mod counts, and file counts to locate the correct domain_name for other tools. Optionally filter by name or domain.

Instructions

List all games on Nexus Mods with their domain_name, mod counts, and file counts.

Use this to find the correct lowercase domain_name slug for other tools.

Returns: JSON array of games: {id, domain_name, name, genre, mods, file_count, downloads, approved_date, collections}. With '_rl' rate-limit snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOptional case-insensitive substring filter applied client-side to game name/domain_name (reduces output size).
include_unapprovedNoInclude games that are not yet fully approved on Nexus.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true; the description adds the exact return shape and notes the '_rl' rate-limit snapshot, which is useful behavioral context. No contradiction.

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 well ordered: action, use case, then returns shape. The Returns block is structured and front-loaded, 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 zero-required-param read-only tool with full schema and output schema, the description covers purpose, use case, and return shape. It could mention pagination/payload size concerns for 'all games', but the filter parameter mitigates that.

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%; both filter and include_unapproved are fully described in the schema. The description adds no extra parameter-level detail, so baseline 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 opens with a specific verb and resource: 'List all games on Nexus Mods with their domain_name, mod counts, and file counts.' It also names the key use case (finding the lowercase domain_name slug), which differentiates it from siblings like nexus_get_game and nexus_search_games.

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?

Gives a clear use case: 'Use this to find the correct lowercase domain_name slug for other tools.' This tells an agent when to choose this tool, but doesn't explicitly name alternatives or exclusions, so not a full 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/Talya1412/nexus-mcp'

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