Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

remove_audit_group

Removes a single audit action group from a live audit policy on a specified warehouse and workspace, without affecting other groups. Changes take effect immediately.

Instructions

Remove a single audit action group without overwriting the others.

Idempotent — if group is not present the current settings are returned unchanged. Auditing must already be enabled.

CAUTION: changes take effect immediately on the live audit policy.

Args: workspace: Workspace name or GUID. warehouse: Warehouse name or GUID. group: Action group name, e.g. BATCH_COMPLETED_GROUP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
warehouseYes
groupYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Despite no annotations, the description reveals idempotency, immediate effect on live audit policy, and the precondition of auditing being enabled. This provides solid behavioral context beyond the basic function.

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 and well-structured, with a clear purpose statement, behavioral notes, CAUTION, and an Args section. Every sentence adds value; there is no redundancy or fluff.

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 presence of an output schema (not shown), the description does not need to detail return values. It covers preconditions, idempotency, and effect on live policy, which is sufficient for a removal tool. Minor gap: no mention of error handling or permissions, but acceptable.

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?

With 0% schema description coverage, the description compensates by providing definitions and examples for all three parameters: workspace, warehouse, group. Each parameter has a type hint and example (e.g., 'BATCH_COMPLETED_GROUP'). This adds significant value beyond the schema.

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 'Remove a single audit action group without overwriting the others', which is a specific verb and resource. It distinguishes from sibling tools like add_audit_group and set_audit_action_groups by emphasizing single removal vs overwriting.

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 clearly states a precondition: 'Auditing must already be enabled.' It also implies when to use this tool (when you want to remove one group without affecting others) but does not explicitly name alternatives or exclusion criteria.

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/sdebruyn/fabric-dw-mcp-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server