Skip to main content
Glama

nexus_endorse_mod

Endorse a mod for the authenticated Nexus Mods account after downloading. Provide the game domain, mod ID, and version to submit your endorsement.

Instructions

Endorse a mod on behalf of the authenticated account.

Constraints: the account must have downloaded the mod, and Nexus enforces a 15-minute cooldown after the download before endorsing (TOO_SOON_AFTER_DOWNLOAD).

Returns: JSON {message: "Updated to: Endorsed", status: "Endorsed"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mod_idYesNumeric mod ID to endorse.
versionYesMod version being endorsed, e.g. '1.619.6'.
domain_nameYesNexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false. The description adds behavioral context by specifying the download requirement and cooldown (TOO_SOON_AFTER_DOWNLOAD), and it documents the exact return JSON. This goes beyond what annotations provide, without contradicting them.

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 concise and well-structured: it states the purpose in one sentence, then lists constraints and the return format in a clear, scannable way. No unnecessary words, and the main action is front-loaded.

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 simple write operation, the description covers the purpose, prerequisites, constraints, and return format. The schema covers all parameters, and annotations cover safety aspects. Nothing essential for an agent to invoke this tool correctly is missing.

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 fully describes all three parameters (mod_id, version, domain_name) with clear descriptions, achieving 100% schema coverage. The description does not add parameter-specific meaning beyond what the schema already provides; it only restates the version example. Since schema coverage is high, a baseline of 3 is appropriate.

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 states the exact action: 'Endorse a mod on behalf of the authenticated account.' This is a specific verb and resource, and it clearly differentiates from sibling tools like nexus_abstain_endorsement which performs the opposite action. The inclusion of constraints (downloaded mod, cooldown) further clarifies the operation's scope.

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 provides clear prerequisites: the account must have downloaded the mod and wait 15 minutes, implying when this tool is appropriate. However, it does not explicitly mention alternatives (e.g., nexus_abstain_endorsement for abstaining) or when not to use this tool. Thus it gives clear context but lacks explicit exclusions or alternative routing.

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