Skip to main content
Glama
zw008

VMware-Monitor

active_sessions

Read-onlyIdempotent

Retrieve a list of currently authenticated vCenter/ESXi sessions with user details, login time, and IP address. Read-only monitoring of active sessions.

Instructions

[READ] Currently authenticated vCenter/ESXi sessions (who is logged in).

Returns user_name, full_name, login_time, last_active, ip_address, and a current flag for this skill's own session. Requires Sessions privilege; low-privilege accounts get a single explanatory row instead of a traceback. Read-only — terminating sessions is not supported here.

Args: target: Optional vCenter/ESXi target name from config. Uses default if omitted. limit: Max number of session rows to return (None = all).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
targetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

While annotations already indicate read-only, idempotent, non-destructive, description adds behavioral details: requires Sessions privilege, behavior for low-privilege accounts (single explanatory row instead of traceback), and lists return fields.

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?

Concise yet complete: one-line header, explanatory sentences, then clean parameter bullet list. No wasted words.

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?

Covers return fields, privilege requirements, edge cases (low-privilege), and parameter usage. Has output schema, so return format is handled. Complete for a read-only list tool.

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?

Schema has 0% description coverage, but description fully explains both parameters: target (optional, uses default) and limit (max rows, None = all). Adds significant meaning beyond the schema.

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?

Description clearly states verb ('READ') and resource ('currently authenticated vCenter/ESXi sessions'). Distinguishes from sibling tools like active_tasks or certificate_status by focusing on session login info.

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

Usage Guidelines4/5

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

Explicitly states read-only nature and that terminating sessions is not supported. Provides context about low-privilege accounts. Lacks direct comparison to siblings, but usage context is clear.

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/zw008/vmware-monitor'

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