Skip to main content
Glama
vmware-skills

vmware-vdi

session_disconnect

Destructive

Disconnect Horizon sessions preserving user state for reconnection. Target by session ID or user; preview before applying.

Instructions

[WRITE] Disconnect Horizon session(s) — state preserved, the user can reconnect.

Less disruptive than logoff. Identify by session_ids OR user. confirm=False previews the blast radius; confirm=True applies. Audited.

Args: session_ids: Session ids to disconnect. user: Disconnect all sessions of this AD user (substring match). confirm: False previews; True disconnects. target: Horizon target from config.yaml; omit to use the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNo
targetNo
confirmNo
session_idsNo
Behavior5/5

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

Beyond annotations, the description adds key behavioral context: 'state preserved, the user can reconnect', the preview semantics of confirm, and 'Audited'. This enriches the destructiveHint annotation without contradicting it.

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, front-loaded with the action and main caveat, then uses a clear parameter list. No wasted words — every sentence adds value.

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?

Despite no output schema, the description covers purpose, usage, parameters, and safety behavior (preview/confirm). It provides enough context for an agent to invoke the tool correctly and understand the blast radius.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining all four parameters: session_ids and user as alternative selectors, confirm as a preview/apply toggle, and target with a default behavior.

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 opens with '[WRITE] Disconnect Horizon session(s)' — a specific verb and resource. It also distinguishes itself from the sibling tool session_logoff by stating 'Less disruptive than logoff', clearly defining its scope.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Identify by session_ids OR user' and explains the confirm flag's preview vs. apply behavior. It also contrasts with logoff, giving the agent a clear decision rule between the two tools.

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/vmware-skills/VMware-VDI'

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