Skip to main content
Glama

nexus_get_news

Read-onlyIdempotent

Retrieve Nexus Mods news articles by category or game. Filter site news, game news, interviews, and more to find relevant updates without using the REST rate-limit quota.

Instructions

Get Nexus Mods news articles (site news, game news, interviews, ...).

Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Filter by category and/or game.

Returns: JSON {totalCount, _returned, nodes: [{id, title, summary, author, date, newsCategory, sourceName, sourceUrl, commentsCount, image, games}]}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoResults per page.
offsetNoOffset-based pagination start.
categoryNoFilter by news category. Optional.
domain_nameNoNexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name.

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 readOnly, openWorld, idempotent, and non-destructive behavior. The description adds valuable non-obvious context beyond annotations: it is backed by the v2 GraphQL API and does not consume the v1 REST rate-limit quota.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well front-loaded with the core purpose, then backend context, filtering, and return shape. The return block is arguably redundant given the output schema exists, but it is concise and useful for clarifying the exact payload.

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 rich annotations, 100% schema parameter coverage, and an output schema present, the description is complete. It explains the API backend, rate-limit implications, filtering options, and return structure—everything an agent needs to invoke it correctly.

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?

The input schema describes all 4 parameters with types, defaults, constraints, and helpful notes such as the domain_name 'NOT the display name' example. The description mentions category and game filtering, but adds no meaningful parameter semantics beyond what the schema already provides.

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 begins with 'Get Nexus Mods news articles', a specific verb and resource, and enumerates example content types. It is clearly distinct from all sibling tools, none of which target news retrieval.

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 clearly communicates when to call this tool: whenever Nexus Mods news articles are needed, with optional category and game filtering. It does not explicitly name an alternative tool or exclusion case, but no direct news sibling exists in the provided list.

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