Skip to main content
Glama

pmg_action_removeattachments_update

Modify a remove-attachments action in PMG RuleDB. Preview changes with dry-run; confirm=true applies them.

Instructions

MUTATION (MEDIUM): update a remove-attachments 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.
all_NoIf True, remove all attachments; maps to API param 'all'.
infoNoNew free-text description; omit to keep current value.
nameNoNew action object name; omit to keep current value.
textNoNew replacement text; omit to keep current value.
confirmNoFalse (default) returns a dry-run PLAN; True executes the mutation.
quarantineNoIf True, quarantine removed attachments instead of discarding them.
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 carries the full burden. It discloses the mutation nature, dry-run default, partial update behavior, and the return format for confirm=True. It does not cover error handling or rate limits, but for a medium-complexity mutation this is sufficient.

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 three sentences, each serving a purpose: identifying the mutation, explaining id_ source and partial update, and detailing confirm behavior. It is concise, front-loaded with the mutation type, and contains no superfluous information.

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 high schema coverage and presence of an output schema, the description effectively covers the tool's purpose, usage, and behavior. It could elaborate on dry-run return format, but the output schema likely covers that. Overall complete for an update tool.

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%, baseline is 3. The description adds value by explaining the partial update behavior (only non-None fields sent) and the role of confirm. This goes beyond the schema's type and description, aiding correct parameter usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool updates a 'remove-attachments action object' in the PMG RuleDB. The verb 'update' and resource are specific, and the resource name differentiates it from sibling action update tools. However, it does not explicitly contrast with other update tools like pmg_action_bcc_update.

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 explicitly states the dry-run default behavior and how to execute with confirm=True. It also notes that id_ comes from pmg_action_objects_list and that only non-None fields are sent. This provides clear usage guidance. It could mention when not to use this tool, but is adequate.

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