Skip to main content
Glama

pmg_action_removeattachments_create

Create a remove-attachments action in PMG RuleDB to strip attachments from emails, with optional replacement text and quarantine. Dry-run by default; confirm to apply.

Instructions

MUTATION (LOW): create a remove-attachments action object in the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: POST /config/ruledb/action/removeattachments. name: action name. text: replacement text for removed attachments. all_: maps to API param 'all' (bool; remove all attachments). quarantine: if True, quarantine removed attachments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_No
infoNo
nameYes
textYes
confirmNo
quarantineNo
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
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses mutation type, dry-run behavior, confirm parameter, and config needs. However, it does not cover side effects, idempotency, or rate limits.

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 concise, front-loaded with purpose and mutation type, and each sentence adds distinct information. No redundant or irrelevant content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 7 parameters, no annotations, and presence of output schema, the description covers core purpose and behavior but lacks explanation for some parameters (info, proximo_target) and does not mention return values (though output schema exists). Adequate but not thorough.

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 low (14%). The description adds meaning for 4 of 7 parameters (name, text, all_, quarantine) explaining their purpose and mapping. It does not explain info or proximo_target, but overall adds significant value beyond schema.

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 creates a remove-attachments action object in the PMG RuleDB. The verb 'create' and resource are specific. It distinguishes from siblings like 'pmg_action_removeattachments_update' by specifying creation, but does not explicitly differentiate from other action creation tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creating remove-attachments actions and notes dry-run default and confirm parameter. It mentions config requirements but does not provide explicit guidance on when to use vs alternatives or when not to use.

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