Skip to main content
Glama

pmg_action_field_update

Update a field-modification action object in the PMG RuleDB. Dry-run by default; set confirm=True to execute.

Instructions

MUTATION (MEDIUM): update a field-modification action object in the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: PUT /config/ruledb/action/field/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. name, field, value all required — PMG 9.1 field action PUT rejects partial updates (400).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_Yes
infoNo
nameYes
fieldYes
valueYes
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
Behavior4/5

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

With no annotations, the description discloses important behavioral traits: the dry-run by default, the confirmation flag, configuration requirements, and the rejection of partial updates (error 400). This adds significant context beyond the bare schema. However, it does not describe idempotency, side effects, or the return value format, leaving some gaps.

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 extremely concise: it packs the action type, purpose, default behavior, confirmation requirement, config need, API path, id_ source, and a critical constraint (no partial updates) into five efficient sentences. No redundant or irrelevant information. Front-loaded with purpose.

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?

Given the complexity (7 params, mutation, output schema exists), the description covers the most critical aspects: dry-run behavior, confirmation, config, id_ source, and the constraint on partial updates. The optional params are partially covered by the schema (proximo_target has a description). It does not describe the return value, but the presence of an output schema reduces that need. Some workflow context (e.g., needing the object from pmg_action_objects_list) is implied but not explicitly stated.

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?

Schema description coverage is low (14%), so the description carries the burden. It adds meaningful context for id_ (source from pmg_action_objects_list) and confirm (mentioned in usage). For name, field, value, it only notes they are required and that partial updates are rejected. Optional parameters info and proximo_target are not explained in the description, though proximo_target has a schema description. The description partially compensates but is not fully comprehensive.

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 explicitly states the action ('update'), the resource ('field-modification action object'), and the system ('PMG RuleDB'). It provides the specific API path, which further clarifies the exact operation. This distinguishes it from sibling tools like pmg_action_field_create (creation) and pmg_action_delete (deletion).

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 gives clear guidance on the dry-run default and the need for confirm=True to execute. It also specifies the required config (PROXIMO_PMG_*) and the source of the id_ parameter. However, it does not explicitly contrast with alternative tools for similar tasks (e.g., when to use this vs. pmg_action_field_create or pmg_action_delete), which would improve clarity for the agent.

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