Skip to main content
Glama

Verify TOTP and complete connection

termix_files_verify_totp_complete_connection

Verifies the TOTP code and finalizes the SSH connection to enable file manager access for the Termix instance.

Instructions

Verify TOTP and complete connection. Verifies the TOTP code and completes the SSH connection for file manager.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already indicate this is not read-only, not idempotent, and not destructive. The description adds no extra behavioral context—it does not explain what happens on invalid TOTP, whether it requires a pending connection, or what state changes occur. It provides minimal value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short but repetitive: the first sentence restates the title, and the second sentence repeats it with slightly more detail. It is not poorly structured, but the redundancy wastes an opportunity to add useful information.

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

Completeness2/5

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

With no output schema and sparse annotations, the description carries the burden of explaining this step in a multi-step TOTP flow. It does not state prerequisites, effects, or return behavior, leaving an agent uncertain about when to invoke it relative to other connection tools.

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 tool has zero parameters, so the baseline is 4. The description correctly avoids parameter explanations, and the empty schema requires no additional semantics.

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 states a specific action—verify TOTP and complete SSH connection—and scopes it to the file manager, which helps distinguish it from Docker or metrics TOTP tools. However, it is somewhat terse and does not elaborate on the connection flow beyond the basic action.

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?

No usage guidance is provided. The description does not mention when to call this tool, what prerequisites exist, or how it relates to sibling tools like termix_files_connect_ssh_file_management or termix_files_complete_warpgate_authentication. The agent must infer the correct sequencing.

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