Skip to main content
Glama

vyos_show_config

Read-onlyIdempotent

Fetch the full or partial running configuration of a VyOS router by specifying path segments.

Instructions

Retrieve the running VyOS configuration (full or partial).

Pass an empty path list for the entire config tree, or specify path segments to retrieve a subtree.

Args: params: path — config path segments (e.g. ["interfaces", "ethernet"])

Returns: str: JSON configuration data for the requested path.

Examples: - Full config: path=[] - Interfaces only: path=["interfaces"] - Specific interface: path=["interfaces", "ethernet", "eth0"] - Firewall rules: path=["firewall"] - BGP config: path=["protocols", "bgp"]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds context about the return format (JSON) and the behavior of empty vs. non-empty paths. It does not contradict annotations and provides useful behavioral details beyond them.

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 concise and well-structured: a short introduction, clear Args and Returns sections, and multiple examples. Every sentence adds value without redundancy.

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?

Given the tool's purpose of retrieving configuration, the description covers how to invoke it with any path, the return type, and provides practical examples. With an output schema present, the description is sufficient for an AI agent to use the tool correctly.

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 schema has partial description for the path parameter, but the overall schema coverage is listed as 0%. The description compensates by explicitly explaining the 'path' argument in Args and providing concrete examples, adding semantic value beyond the schema.

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 'Retrieve the running VyOS configuration (full or partial).' specifying the action and resource. It does not explicitly differentiate from sibling tools like vyos_show or vyos_info, but the purpose is well-defined.

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 provides explicit usage guidance: passing an empty path for full config or specifying path segments for a subtree. It includes multiple examples for different use cases. However, it does not mention when to use alternatives or when not to use this tool.

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