Skip to main content
Glama

nexus_unignore_user

Idempotent

Stop ignoring a Nexus Mods user by supplying their user ID or exact username. Use this tool to unmute them and restore their content in your personal preferences.

Instructions

Stop ignoring (unmute) a user via v2 GraphQL.

Personal preference only: no public side effect. Provide user_id OR username (at least one). NOTE: applies immediately but list reads (nexus_get_ignored_users) can lag several seconds - wait before re-reading to confirm.

Returns: JSON {unignoreUser: {success}} or an error string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoNexus Mods member ID to unignore. Provide this or username.
usernameNoExact Nexus username to unignore. Provide this or user_id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

The description adds meaningful behavioral detail beyond the annotations: it clarifies there is no public side effect, that the effect applies immediately, that nexus_get_ignored_users can lag several seconds, and that the return value is either a JSON success object or an error string. These details complement the readOnlyHint, destructiveHint, and idempotentHint annotations 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 compact and front-loaded with the core action, followed by scope clarification, parameter guidance, a timing caveat, and return format. Every sentence earns its place with no redundant filler.

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 two-parameter mutation, the description covers the operation's purpose, side-effect scope, parameter requirement, timing behavior, and return shape. It also names the related read tool whose results may lag, giving an agent everything needed to invoke it correctly.

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?

Schema description coverage is 100%, so the schema already documents user_id and username individually. The description adds cross-parameter semantics by requiring 'at least one' of them, which is not enforced by the schema's required field list. This is useful but modest given the high schema 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 begins with a specific verb and resource: 'Stop ignoring (unmute) a user via v2 GraphQL.' It clearly distinguishes this tool from the sibling nexus_ignore_user and the read-side nexus_get_ignored_users, so an agent can identify its role immediately.

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 gives explicit usage context: 'Personal preference only: no public side effect' and states the parameter requirement 'Provide user_id OR username (at least one).' It also warns about list-read lag, which is useful for timing. It does not explicitly name alternative tools or when not to use it, but the guidance is clear enough.

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