Skip to main content
Glama

pmg_action_disclaimer_update

Update a disclaimer action object in PMG RuleDB by modifying specific fields. Dry-run generates a plan; confirm=True executes the mutation.

Instructions

MUTATION (MEDIUM): update a disclaimer action object in the PMG RuleDB. Dry-run by default.

id_ comes from pmg_action_objects_list. Only non-None fields are sent, others keep their current value. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_YesCompound action object ID (e.g. '13_26') from pmg_action_objects_list.
infoNoNew free-text description; omit to keep current value.
nameNoNew action object name; omit to keep current value.
confirmNoFalse (default) returns a dry-run PLAN; True executes the mutation.
positionNoWhere to insert the disclaimer: 'start' or 'end'.
disclaimerNoNew disclaimer text; omit to keep current value.
add_separatorNoInsert a separator line before the disclaimer; maps to API param 'add-separator'.
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?

No annotations provided, so the description carries full burden. It discloses mutation, dry-run by default, partial updates (only non-None fields sent), and the response format when confirm=True. Minor gaps: dry-run response format not detailed, and behavior regarding the proximo_target parameter is not discussed.

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?

Three sentences, front-loaded with the key information (mutation type, default behavior, source of id_). Every sentence adds value without redundancy.

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 covers the essential aspects: update action, dry-run, id_ source, partial updates, and confirm execution. It lacks details on dry-run response format and the proximo_target parameter, but given the output schema exists, the description is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema: id_ comes from pmg_action_objects_list, non-None fields are sent, and confirm=True executes with specific return format. This helps the agent understand partial update mechanics.

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 it updates a disclaimer action object in PMG RuleDB, with dry-run by default. It distinguishes from the create sibling tool (pmg_action_disclaimer_create) and references pmg_action_objects_list for obtaining the id_.

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 use the tool (for updating existing disclaimer action objects) and default behavior (dry-run). It mentions the source of id_ and the effect of confirm=True. However, it does not explicitly exclude creation or provide when-not-to-use guidance.

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