Skip to main content
Glama

nexus_reorder_item

Idempotent

Reorder collection images or videos by specifying the item to move, its target, and whether it goes before or after. Requires ownership of the parent collection.

Instructions

Reorder reorderable items (collection images/videos) via v2 GraphQL.

Requires ownership of the parent collection.

Returns: JSON {item: {__typename}} or an error string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the item (collection image/video) to move.
locationYesPosition relative to target.
target_idYesID of the item to position relative to.

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 declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds useful context beyond these: the ownership authorization requirement and the exact return shape (JSON {item: {__typename}} or an error string). No contradiction with annotations.

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 each sentence carrying distinct information: operation scope, prerequisite, and return format. There is no filler or redundancy.

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?

For a simple three-parameter tool with full schema coverage, annotations, and a stated return shape, the description covers the essential calling context. It could go slightly further by naming the comment-reordering sibling explicitly, but that is not necessary for correct invocation.

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?

Schema description coverage is 100%, and each parameter already has a meaningful description with the location enum documented. The tool description does not add additional parameter semantics beyond what the schema provides, so the baseline score of 3 is appropriate.

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 names a specific verb ('Reorder'), a resource ('collection images/videos'), and a clear scope. The parenthetical also distinguishes it from the sibling nexus_reorder_pinned_comments, which reorders comments rather than collection media.

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 states a clear prerequisite ('Requires ownership of the parent collection') and scopes the operation to reorderable collection media. It does not explicitly name alternatives or exclusions, but the media-versus-comments distinction is evident from the sibling list.

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