Skip to main content
Glama
vmware-skills

vmware-vdi

task_status

Read-onlyIdempotent

Retrieve status for a pool's long-running tasks like image push or provisioning. Specify a task ID for one task, or omit it to list all tasks for the pool.

Instructions

[READ] Status of a pool's long task (image push / provisioning), or all tasks for the pool.

Horizon tasks are pool-scoped. Give task_id (from pool_push_image or a prior task_status) for one task; omit it to list all tasks for the pool.

Args: pool_id: The desktop-pool id. task_id: A specific task id; omit to list all tasks for the pool. target: Horizon target from config.yaml; omit to use the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
pool_idYes
task_idNo
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds valuable behavioral context: tasks are pool-scoped, and the tool either returns one task status or all tasks depending on task_id presence. It does not contradict annotations and provides useful semantics beyond what annotations convey.

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 and well-structured: a brief intro, a scoping note, and a formatted Args list. Every sentence adds value, with no redundant filler or repetition of schema fields.

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

Completeness4/5

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

The description sufficiently covers invocation modes and pool scoping given the rich annotations and simple parameter set. No output schema exists, so return format is not described, but that is not a major gap for a status query tool. It could mention error cases or return shape, but overall it is complete enough for an agent to use correctly.

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?

The input schema has zero description coverage, but the description compensates fully by explaining each parameter: pool_id (desktop-pool id), task_id (specific task id; omit for all), and target (Horizon target from config.yaml; omit for default). It also clarifies the conditional behavior of task_id, which is critical for correct invocation.

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 clearly states the tool reads the status of a pool's long task (image push/provisioning) or lists all tasks for the pool. The verb 'Status' and resource 'pool's long task' are precise, and the optional task_id behavior distinguishes it from sibling tools like task_cancel and pool_push_image.

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?

The description explains when to provide task_id (from pool_push_image or prior task_status) versus omitting it to list all tasks, and notes that Horizon tasks are pool-scoped. It doesn't explicitly name alternatives or state when not to use the tool, but the read-only purpose and context are clear enough for an agent to select it appropriately.

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