Skip to main content
Glama

nexus_block_tag

Idempotent

Block unwanted tags to hide matching content from your personal Nexus Mods browsing. The preference applies immediately and can be reversed later.

Instructions

Block a tag for the current user via v2 GraphQL - hides matching content.

Personal preference only: no public side effect. Reversible with nexus_unblock_tag. Only blockable tags can be blocked. NOTE: preference mutations apply immediately but list reads (nexus_get_blocked_tags) can lag several seconds - wait before re-reading to confirm.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tag_idYesTag ID to block (from nexus_get_tags / mod tag lists).

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 operation is personal-only, has no public side effect, is reversible, only affects blockable tags, and that preference mutations apply immediately while list reads may lag several seconds. This is rich, useful behavioral context that the annotations alone do not provide.

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: the main action is front-loaded, followed by scope, reversibility, an important eventual-consistency note, and the return format. Every sentence adds value without unnecessary verbosity.

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 single-parameter preference mutation, the description covers purpose, side effects, reversibility, constraints, eventual consistency, and return format. Combined with full schema coverage and output schema presence, nothing essential is missing.

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?

The schema already fully documents the sole parameter with type, minimum, and source guidance. The description adds the extra semantic constraint that only blockable tags can be blocked, which helps validate acceptable values 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 states a specific action ('Block a tag'), the resource ('for the current user'), and the effect ('hides matching content'). It clearly differentiates itself from related siblings by emphasizing it is a personal preference with no public side effect and explicitly names nexus_unblock_tag as the reverse operation.

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 context: this is a personal preference mutation, reversible via nexus_unblock_tag, and only works on blockable tags. It does not explicitly enumerate alternatives beyond the unblock sibling, but the personal-scope framing adequately suggests when this tool is appropriate.

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