Skip to main content
Glama
teleportxr

teleport-mcp

by teleportxr

Disconnect

teleport_disconnect

End one active Teleport connection while preserving the service and other connections. Ideal for freeing resources or disconnecting a specific session.

Instructions

Close one connection. The service and any other connections keep running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionIdYesConnection id, as returned by teleport_connect or teleport_list_connections.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
disconnectedYes
Behavior4/5

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

With no annotations, the description carries the full burden. It adds valuable behavioral context by stating that 'the service and any other connections keep running,' clarifying that this is a non-destructive, scoped operation. This goes beyond a simple 'close' and gives the agent important safety information.

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?

Two short sentences, front-loaded with the core action, and every word earns its place. No unnecessary elaboration.

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 low complexity (one parameter, no nested objects), the presence of an output schema, and the description's clear explanation of what is and isn't affected, the tool is fully described. The only missing element is explicit usage guidance, which is handled in its own dimension.

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

Parameters3/5

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

The schema already provides 100% coverage for the sole parameter, including its type, origin, and constraints. The description adds no further parameter meaning, so a baseline of 3 is appropriate.

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 'Close one connection' uses a specific verb and resource, clearly distinguishing it from siblings like teleport_list_connections or teleport_set_pose. The scope is explicit: it closes exactly one connection, not all connections.

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 when to use the tool (when you want to close a single connection) but does not explicitly state alternatives or when not to use it. The phrase 'one connection' hints at scope but lacks direct guidance on prerequisites or exclusions.

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/teleportxr/teleport-mcp'

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