Skip to main content
Glama

nexus_search_media

Read-onlyIdempotent

Search media across Nexus Mods—images, supporter images, and videos—filtered by game, owner, media type, or free text. Sort and paginate results to locate specific content.

Instructions

Search site-wide media (images, supporter images, videos) via v2 GraphQL.

NOTE: this endpoint is SERVER-SIDE FLAKY - it intermittently fails with GraphQL "A name ... was not found" errors regardless of filter combination. Identical calls often succeed on retry; just retry. (An adultContent filter was deliberately removed: that filter consistently errors server-side for both True and False.)

Returns: JSON {totalCount, _returned, nodes: [...]}. Nodes are a union (Image, SupporterImage, Video) discriminated by __typename. Paginate with offset += _returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order.
countNoResults per page.
ownerNoFilter by owner.
offsetNoOffset-based pagination start.
game_idNoFilter by game ID.
game_nameNoFilter by game name.
media_typeNoFilter by media type.
random_seedNoSeed for random sort.
general_searchNoFree-text search.
view_user_blocked_contentNoInclude content from blocked users.

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?

The description goes well beyond annotations by disclosing the server-side flakiness pattern, including the exact error shape and the retry recommendation. It also documents the deliberately removed adultContent filter and explains the return shape and pagination behavior. This is rich, honest behavioral context that an agent needs to use the tool reliably.

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: purpose first, followed by critical caveat, then return format and pagination. Every sentence carries operational value, especially the flakiness note and the offset pagination rule. It is longer than one sentence, but the length is justified by the complexity and failure mode.

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?

With 10 optional parameters, a full input schema, an output schema, and read-only/idempotent annotations, the only major missing context would be practical operational guidance. The description covers the key gaps: retry behavior, removed filter, union return types, and how to paginate. Nothing needed for correct invocation is overlooked.

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

Parameters4/5

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

Since the input schema already documents all 10 parameters at 100% coverage, the baseline is 3. The description adds genuine extra value by explaining pagination mechanics ('Paginate with offset += _returned') and warning about a filter that was deliberately excluded. It does not perfectly annotate every parameter, but it supplements the schema where practical behavior matters.

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: 'Search site-wide media (images, supporter images, videos) via v2 GraphQL.' This clearly distinguishes it from sibling search tools like nexus_search_mods, nexus_search_users, and nexus_search_games. The scope is unambiguous and immediately actionable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear context for media searching and labels the endpoint as site-wide, which implies when it should be used. However, it never explicitly names alternatives or states when not to use this tool. There is no exclusion guidance, but the resource focus is concrete enough to orient an agent.

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