Skip to main content
Glama
mikesplore
by mikesplore

get_vpn_status

Read-onlyIdempotent

Verify VPN connectivity by checking if a VPN interface or NetworkManager VPN connection is active. Get a clear active/inactive status.

Instructions

Check whether a VPN interface or NetworkManager VPN connection is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds useful behavioral context by naming both the VPN interface and NetworkManager connection as the exact resources examined, going beyond the annotations without contradicting 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 a single, focused sentence with no filler. It front-loads the checking action and immediately specifies the resource, making it highly scannable.

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 zero-parameter schema and simple read-only nature, the description is mostly complete. It names the exact subject of the check, though it does not explicitly describe the returned value format; this is a minor gap for such a straightforward status query.

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?

There are no parameters, so the description carries no parameter-documentation burden. Schema coverage is trivially complete, and any input explanation would be redundant.

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 identifies the operation: checking whether a VPN interface or NetworkManager VPN connection is active. It uses a specific verb and resource, distinguishing it from network-related siblings like get_network_ip and get_wifi_status.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as get_wifi_status or get_network_location. It does not mention when this tool is appropriate or when another network diagnostic should be selected.

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