Skip to main content
Glama

nexus_publish_revision

Destructive

Publish a draft collection revision to make it publicly available after review. If a published revision must be undone, retract it with nexus_retract_revision.

Instructions

Publish a draft collection revision (must own the collection) via v2 GraphQL.

This makes the revision publicly available - hard to undo (use nexus_retract_revision afterwards).

Returns: JSON {success} or an error string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revision_idYesRevision ID.
collection_statusNoStatus to publish with.
has_adult_resourcesNoWhether the revision contains adult resources.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true; the description goes further by explaining the concrete irreversibility ('hard to undo'), the required ownership, and the mitigation route. It also states the return contract ({success} or error string), so the agent understands the non-local effects beyond the schema.

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?

Three short sections: purpose, consequence/undo, returns. No filler, and the most decision-relevant fact ('hard to undo', retract path) appears early.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the annotations, output schema, and 100% schema coverage, the description covers ownership, effect, undo path, and return shape. It could more fully explain the optional collection_status values and edge cases, but nothing essential for a safe call 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 already covers all three parameters with descriptions, so the baseline is 3. The tool description adds no additional meaning about revision_id, collection_status, or has_adult_resources beyond what the schema states.

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 names the exact verb and object ('Publish a draft collection revision'), adds the ownership precondition and API version, and contrasts the action with the undo sibling nexus_retract_revision. This clearly distinguishes it from the many collection-revision siblings.

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?

It provides a clear precondition ('must own the collection') and states the consequence ('makes the revision publicly available') with an explicit pointer to nexus_retract_revision as the undo path. It does not enumerate when to choose publish over list/unlist or discard, but the 'hard to undo' warning plus sibling reference gives agents a usable decision rule.

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