Skip to main content
Glama

vyos_image

Destructive

Add or delete VyOS system images: provide a URL to install a new image, or a name to remove an existing one.

Instructions

Add or delete VyOS system images.

Use 'add' with a URL to download and install a new image. Use 'delete' with a name to remove an existing image.

Args: params: - op: 'add' or 'delete' - url: download URL (required for add) - name: image name (required for delete)

Returns: str: Operation result or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. Description confirms add/delete behavior but adds little beyond annotations, such as irreversible nature of deletion or potential side effects.

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?

Concise two-sentence summary followed by structured args and returns. No wasted words.

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

Completeness5/5

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

For a simple image management tool with output schema, the description covers all essential aspects: purpose, parameters, and return value. No gaps.

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

Parameters5/5

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

Description explains conditional parameter requirements (url required for add, name required for delete) beyond the schema's property descriptions, adding clear semantics.

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?

Clearly states it adds or deletes VyOS system images, with explicit verb+resource. Distinguishes from siblings like vyos_set or vyos_delete that handle configuration, not images.

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?

Provides clear instructions for when to use 'add' vs 'delete' and required parameters. Lacks explicit when-not or alternatives compared to sibling tools, but sufficient for basic usage.

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/alch3mistdev/vyos-mcp'

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