Skip to main content
Glama

nexus_edit_comment

Idempotent

Edit your own Nexus Mods comment body using GraphQL. Pass a comment ID and new text to update it without REST quota usage.

Instructions

Edit the body of your own comment via v2 GraphQL.

Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota. Only the comment's author can edit it.

Returns: JSON {updateComment: {comment: {id, body, ...}}} or an error string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesNew comment body text (plain text).
comment_idYesComment ID to edit (must be your own comment).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that this uses the v2 GraphQL rate-limit pool, requires authorship, and returns either a structured JSON object or an error string. These details meaningfully inform an agent about auth expectations, quota behavior, and failure modes.

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 short, front-loaded with the primary purpose, and every sentence adds distinct value: transport, auth condition, and return shape. The return block is clearly formatted and easy to parse.

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 mutation with full schema coverage and an output schema, the description covers purpose, auth, rate-limit pool, and return shape. There are no significant gaps that would prevent an agent from invoking this tool 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?

Input schema coverage is 100%, and both parameters already have descriptive schema entries explaining that body is plain text and comment_id must be one's own comment. The description reinforces 'own comment' but adds little parameter meaning 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?

Description opens with a specific verb and resource: 'Edit the body of your own comment via v2 GraphQL.' It clearly states scope (your own comment) and transport (v2 GraphQL), and the action is distinct from sibling comment tools like create, discard, or restore.

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 for use: only the comment's author can edit it and it consumes the v2 GraphQL pool rather than v1 REST quota. It does not explicitly name alternative tools or say when not to use this tool, but the preconditions and scope are clear enough for an agent to route correctly.

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