Skip to main content
Glama

Skip Image

sdnext_skip

Skips the currently processing image in the SD.Next generation queue, enabling the next queued task to start immediately.

Instructions

Skip the current image in the queue (POST /sdapi/v1/skip).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description must carry the full burden. It states the behavior of skipping the current image but does not disclose consequences such as whether the generation job is canceled, how the queue advances, or idempotency. For a simple tool, this is acceptable but not rich; it leaves some potential side effects underspecified.

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 a single sentence that directly communicates the purpose and endpoint, with no verbose or redundant content. It is perfectly concise and front-loaded, minimizing cognitive load.

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 tool's simplicity (no params, no output schema, no annotations), the description is essentially complete. It names the action and the endpoint. However, it could mention edge cases (e.g., behavior when no image is in queue) or side effects more explicitly, but this is not strictly necessary for a straightforward skip operation.

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 tool takes zero parameters, so per the rubric, the baseline is 4. The input schema is empty, and the description adds no parameter info because there is nothing to add. Since there are no parameters, the description adequately covers semantics without needing further detail.

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 clearly states the tool's action: skipping the current image in the queue, and includes the specific endpoint. This is a distinct verb+resource that differentiates it from siblings like sdnext_interrupt (which halts generation) or sdnext_restart, making purpose immediately clear.

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 explains exactly what the tool does, so when to use it is self-evident. However, it does not explicitly mention when not to use it or provide alternatives, though given the simplicity and uniqueness of 'skip', this omission is minor. The context is clear enough for a one-shot action.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/Congenital/sdnext_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server