Skip to main content
Glama

nexus_search_mods

Read-onlyIdempotent

Search Nexus Mods by free text or name and filter by game, downloads, endorsements, and adult content. Returns sortable, paginated mod summaries for discovery.

Instructions

Search Nexus Mods with free text + filters, sorted and paginated.

Backed by the v2 GraphQL API (https://api.nexusmods.com/v2/graphql), which does NOT consume the v1 REST rate-limit quota. The v1 REST API has no free-text search, so this is the only way to search by name.

Returns: JSON {totalCount, _returned, nodes: [{modId, uid, name, summary, author, version, downloads, endorsements, fileSize, game, modCategory, uploader, pictureUrl, ...}]}. Paginate with offset += _returned until offset >= totalCount. Note: description (full BBCode) is NOT included here - use nexus_get_mod_v2 for full mod details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort key. Array order is precedence but only one key is exposed here.endorsements
termNoFree-text term matched against mod names (wildcard match). Optional.
countNoResults per page. Server silently caps page size (~50-80); check '_returned'.
offsetNoOffset-based pagination start.
directionNoSort direction.DESC
domain_nameNoNexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name.
exclude_adultNoIf true, exclude adult-content mods from results.
min_downloadsNoOnly mods with at least this many downloads.
min_endorsementsNoOnly mods with at least this many endorsements.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description reveals useful behavioral detail: the call is backed by v2 GraphQL and does not consume the v1 REST rate-limit quota. It also documents the returned JSON shape, pagination semantics ('offset += _returned'), and the notable exclusion of full BBCode descriptions, which is actionable context an agent needs.

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 front-loaded with the core purpose, then adds a compact technical note, a clear return-shape block, and a routing note for full details. Every sentence earns its place; there is no padding or repetition of schema contents.

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?

For a 9-parameter, all-optional search tool, the description is complete: it explains the API backend and rate-limit behavior, gives the return shape and pagination strategy, and points to the correct sibling for missing data. The rich input schema and annotations cover the remaining operational details.

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%, so the schema already documents every parameter thoroughly, including defaults, enums, constraints, and special notes like the server page-size cap. The description adds only high-level context ('free text + filters') without duplicating parameter-specific semantics, which is appropriate for the high coverage.

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-resource pair: 'Search Nexus Mods with free text + filters, sorted and paginated.' It also clarifies this is the only way to search mods by name because the v1 REST API has no free-text search, distinguishing it from other search-family siblings like nexus_search_collections or nexus_search_users.

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 explicitly explains when to use this tool: it is the only way to search by name since the v1 REST API lacks free-text search. It also directs users to nexus_get_mod_v2 when full mod descriptions are needed. However, it does not spell out exclusions for related search tools such as collections, users, or comments.

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