Skip to main content
Glama
rafaelgaspar

longhorn-mcp

by rafaelgaspar

Update backing image min copies

backingimage_update_min_copies

Update the minimum number of ready copies required for a backing image to ensure availability. Specify the backing image name and desired copy count to enforce redundancy.

Instructions

Update the minimum number of ready copies required for a backing image. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/backing-image/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
minNumberOfCopiesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.6

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the update action, with no mention of side effects, such as whether lower values may cause existing copies to be pruned or whether higher values may trigger additional replica creation. It also does not note permissions, idempotency, or failure behavior.

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 clear sentence followed by a useful documentation link. It is appropriately sized, front-loaded with the core action, and contains no redundant or filler text.

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

Completeness3/5

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

For a simple two-parameter update tool, the description provides the essential purpose and a documentation reference. However, with no annotations and no output schema, an agent would benefit from behavioral context (effects of changing the value, prerequisites, or confirmation behavior) to fully understand the operation's consequences.

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 0%, so the description must compensate. It does clarify the meaning of minNumberOfCopies ('minimum number of ready copies required'), but it does not explain the 'name' parameter beyond the general reference to 'a backing image', nor does it mention constraints like minimum 1. This is partial compensation for a low-coverage schema.

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 uses a specific verb ('Update') and a precise resource ('the minimum number of ready copies required for a backing image'), which is far more specific than the title alone. It is clearly distinct from sibling tools like backingimage_create, backingimage_delete, and backingimage_cleanup.

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 the use case: call this when you need to change the minimum ready-copies threshold for a backing image. However, it provides no explicit guidance on when to use this instead of related backing image tools, nor any prerequisites or exclusions.

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

Deploy Server

Other Tools