Skip to main content
Glama

List client tunnel presets

termix_tunnels_list_client_tunnel_presets
Read-onlyIdempotent

List saved client-to-server tunnel presets to retrieve your configured SSH, RDP, or VNC tunnels for reuse.

Instructions

List client tunnel presets. Returns the authenticated user's saved client-to-server tunnel presets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that the result is scoped to the authenticated user's saved presets, which is useful, but it does not disclose output shape, ordering, or pagination 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 two short sentences with no filler. The main purpose is front-loaded, and the scoping detail in the second sentence adds value without bloat.

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 zero-parameter read-only list tool, the description is complete: it names the resource, the ownership scope, and the fact that it returns saved presets. No output schema exists, but the essential return meaning is stated clearly enough for an agent to invoke 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 input schema has zero parameters, so there are no parameter semantics for the description to supplement. The baseline of 4 is appropriate because no parameter-level documentation is required.

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 states a specific verb ('List') and a specific resource ('client tunnel presets'), then clarifies that it returns the authenticated user's saved client-to-server tunnel presets. This clearly distinguishes it from sibling operations such as creating, updating, connecting, or disconnecting tunnels.

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 this is the read-only retrieval tool for saved presets, but it does not explicitly say when to choose it over sibling tools like termix_tunnels_get_all_tunnel_statuses or termix_tunnels_create_client_tunnel_preset. Usage context is present but no exclusions or alternatives are named.

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