Skip to main content
Glama
AIops-tools

io.github.AIops-tools/proxmox-aiops

task_log

Fetch log lines of a Proxmox async task by its UPID. Returns paginated lines with limit and truncation flag.

Instructions

[READ] Fetch the log lines of an async task by its UPID.

Returns {"lines": [...], "returned": N, "limit": L, "truncated": bool}. When truncated is true there are more lines than were returned — raise limit or narrow the query rather than assuming you have the whole log.

Args: upid: The task UPID. limit: Max log lines to return. target: Proxmox target name from config. node: Node the task runs on; omit to parse it from the UPID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNo
upidYes
limitNo
targetNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly marks the tool as 'READ', describes the return structure, warns about truncation, and explains the node parameter behavior. This is transparent beyond the schema.

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 multi-line but efficiently structured: a one-line summary, a code block for return format, and an Args list. It is front-loaded with the key purpose and return format, but could be slightly shorter without the code block example.

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?

The tool has 4 parameters and no output schema. The description covers the return format, the truncation handling, and parameter details. It is complete for an agent to understand how to use the tool 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?

With 0% schema description coverage, the description compensates fully. The Args section explains each parameter: upid (required), limit (default 200), target (Proxmox target), and node (omit to parse from UPID). This adds significant meaning beyond the schema's type/default information.

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 begins with '[READ] Fetch the log lines of an async task by its UPID.' This clearly states the action (fetch) and resource (log lines), distinguishing it from sibling tools that focus on VMs, nodes, etc.

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 the return format and notes the 'truncated' field, advising to raise limit or narrow the query if truncated is true. It does not explicitly state when not to use this tool, but the context is clear given the variety of siblings.

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/AIops-tools/Proxmox-AIops'

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