Skip to main content
Glama

pmg_who_group_delete

Delete a PMG RuleDB 'who' object group and all objects within it. Uses dry-run mode by default; set confirm=True to execute.

Instructions

MUTATION (MEDIUM): delete a PMG RuleDB 'who' object group. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: DELETE /config/ruledb/who/{ogroup}. ogroup: numeric ID string (e.g. '2') from pmg_who_groups_list. WARNING: also removes all objects within the group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ogroupYes
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?

No annotations provided, so description carries the burden. Discloses that it is a mutation, includes a dry-run safety measure, and warns that removing a group also removes all objects within it, which is critical behavioral information. Also mentions the PMG version and API path. Does not cover idempotency or reversibility.

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?

Concise, front-loaded with 'MUTATION (MEDIUM)', includes essential info in a few sentences. Could be slightly more structured, but overall efficient.

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?

There is an output schema, so return values are covered. Description covers behavior, parameters, config requirements, and warnings. Missing error handling details, but sufficient for a delete 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?

Input schema only describes proximo_target. Description adds meaning for ogroup (numeric ID from pmg_who_groups_list) and confirm (execute flag). This compensates for the 33% schema coverage, making the parameters clearer.

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?

Clearly states it deletes a PMG RuleDB 'who' object group, with dry-run by default and confirm to execute. Provides API path. However, does not explicitly differentiate from sibling delete tools for other group types (pmg_when_group_delete, pmg_what_group_delete), though the context is clear.

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?

Describes dry-run and confirm flag, needed config (PROXIMO_PMG_*), and warns about cascading deletion. Does not explicitly state when to use vs alternatives or when not to use. Usage is straightforward for a delete tool.

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