Skip to main content
Glama

Reload Checkpoint

sdnext_reload_checkpoint

Reload the current checkpoint into VRAM to apply model updates immediately. Use force to override the cached state and ensure a fresh reload.

Instructions

Reload the current checkpoint into VRAM (POST /sdapi/v1/reload-checkpoint).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
Behavior2/5

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

There are no annotations provided, so the description carries the full burden of behavioral disclosure. The description only states the action and HTTP endpoint but does not disclose potential side effects such as VRAM usage spikes, interruption of ongoing generation, or whether it forces a reload. The 'force' parameter is not explained, and there is no mention of required permissions or conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise, consisting of one sentence, and directly states the purpose. It does not waste words. However, it could be slightly more structured by adding a separate note on the parameter, which would still keep it concise.

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

Completeness2/5

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

Given the low complexity (1 optional parameter, no output schema) and lack of annotations, the description is minimal but leaves significant gaps. It does not explain the behavior of the 'force' parameter or any side effects. For a reload action, it would be valuable to mention whether it clears caches or requires the model to be loaded. With annotations absent, the description should be more thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema includes a single boolean parameter 'force' with no description, and the description does not add any meaning to it. With 0% schema description coverage, the description should compensate but does not. The agent is left to guess what 'force' does (e.g., whether it reloads even if the checkpoint is unchanged).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Reload the current checkpoint into VRAM') and identifies the specific resource (the current checkpoint). It is distinguishable from sibling tools like 'unload_checkpoint' and 'refresh_checkpoints' by the action verb and target resource. However, it does not explicitly differentiate itself from potentially similar tools in the same family.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (when you need to reload the current checkpoint into VRAM), but does not provide explicit guidance on alternatives or when not to use it. For example, it does not mention when to use 'refresh_checkpoints' or 'select_checkpoint' instead. The context of the SDK's checkpoint management is not elaborated.

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