Skip to main content
Glama

nexus_ignore_user

Idempotent

Mute unwanted Nexus Mods users by user ID or username to hide their content from your feed; private preference, reversible.

Instructions

Ignore (mute) a user via v2 GraphQL - hides their content in your feed.

Personal preference only: no public side effect. Reversible with nexus_unignore_user. 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 {ignoreUser: {success}} or an error string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoNexus Mods member ID to ignore. Provide this or username.
usernameNoExact Nexus username to ignore. 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?

Beyond the annotations, the description discloses that the action is private, reversible, applies immediately, and that list reads can lag several seconds. It also states the return shape. These are meaningful behavioral traits that the annotations do not provide, making the description genuinely informative.

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?

Every sentence earns its place: purpose, privacy scope, reversibility, parameter requirement, read-lag warning, and return format are all covered in a few compact lines. The description is front-loaded with the core behavior and wastes no words.

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 two-parameter tool with annotations and an output schema, the description is complete. It covers what the tool does, when it should be used, how parameters relate, behavior after invocation, reversibility, and the response format. There are no significant gaps an agent would need to fill by guessing.

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 coverage is 100%, so the parameters are already documented. The description adds the important clarification that at least one of user_id or username must be provided, which is not obvious from the schema since both are nullable and no parameters are marked required. This adds real value beyond the schema.

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: 'Ignore (mute) a user' and immediately clarifies the observable effect: 'hides their content in your feed.' It also distinguishes itself from the sibling tools by explicitly naming the reverse operation, nexus_unignore_user, so an agent can tell them apart.

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 clear context: it is a personal, private preference with no public side effect, and it points to nexus_unignore_user as the reversible counterpart. It also warns about read lag when verifying via nexus_get_ignored_users. It stops short of explicitly saying 'use this only when...' or 'do not use when...', so it is strong but not perfectly explicit.

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