Skip to main content
Glama

pve_task_stop

Stop a running Proxmox task with a dry-run warning about potential data inconsistency. Use confirm=true to execute cancellation.

Instructions

MUTATION (HIGH): stop (cancel) a running task. Dry-run by default — the PLAN warns that stopping a backup/restore/migration/clone mid-flight can leave the target inconsistent, with NO undo. confirm=True to execute. Synchronous cancellation signal (returns null).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNo
upidYes
confirmNo
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description fully carries the behavioral disclosure burden. It states the tool is a mutation (HIGH), explains the dry-run default, the need for explicit confirmation, the risk of inconsistency, that it returns null, and that it's synchronous. This is comprehensive.

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

Conciseness4/5

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

The description is concise (two sentences) and front-loaded with 'MUTATION (HIGH)' and the core purpose. It efficiently covers key aspects without unnecessary verbiage. Minor improvement could be made by structuring the risk info more explicitly, but it's well-organized.

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 tool's simplicity (stop a task), the description is complete: it explains what it does, how to use it (dry-run then confirm), the risks, the return value (null), and the synchronous nature. An output schema exists but is not needed as the description already specifies the return. No gaps remain.

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 input schema has 4 parameters with only 25% description coverage (only proximo_target has a description). The tool description adds meaning for the 'confirm' parameter (required to execute) but does not explain 'node' or 'proximo_target'. While the schema provides defaults and titles, the description could better compensate for the low coverage.

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 stops/cancels a running task, specifying the action ('stop (cancel)') and the resource ('a running task'). It distinguishes itself from sibling tools like pve_task_list, pve_task_status, and pve_task_wait by focusing exclusively on cancellation.

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 provides explicit usage guidance: dry-run by default, confirm=True to execute, and warns of risks ('backup/restore/migration/clone mid-flight can leave the target inconsistent, with NO undo'). It implicitly tells when to use (when a task must be aborted) and when not (risky operations). It lacks explicit mention of alternatives but is adequate for decision-making.

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/john-broadway/proximo'

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